From ea3c65b31c1c11481cec55354791489c8088f030 Mon Sep 17 00:00:00 2001 From: inamuu <8310973+inamuu@users.noreply.github.com> Date: Sun, 5 May 2024 01:01:10 +0900 Subject: [PATCH] delete dev docs --- README.development.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 README.development.md diff --git a/README.development.md b/README.development.md deleted file mode 100644 index 93375be..0000000 --- a/README.development.md +++ /dev/null @@ -1,18 +0,0 @@ -Simbal -=== - -(WIP) -Simbal is the Simple Backup Launcher tool. - -### For development - -```sh -$ go mod init simba -$ go install github.com/spf13/cobra-cli@latest -$ cobra-cli init . -``` - -Add a sub command. -```sh -$ cobra-cli add xxx -```