diff --git a/README.md b/README.md index 7aa8b28..7439ebc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,28 @@ json-converter is CLI to convert JSON to Any other files like: ## Installation +### Using go install +``` +$ go install github.com/kecci/json-converter@latest +go: downloading github.com/kecci/json-converter v0.0.1 +# json-converter +json-converter - a simple CLI to conversion json and excel files. + +Usage: + [flags] + [command] + +Available Commands: + excel Convert json to excel file + help Help about any command + +Flags: + -h, --help help for this command + -v, --version version for this command + +Use " [command] --help" for more information about a command. +``` + ### Using the github repository ```sh git clone https://github.com/kecci/json-converter.git diff --git a/json-converter b/json-converter deleted file mode 100755 index a3719dc..0000000 Binary files a/json-converter and /dev/null differ