Skip to content

Commit

Permalink
remove binary and update readme installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kecci committed Dec 7, 2022
1 parent 72e43b9 commit 5f67a0e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed json-converter
Binary file not shown.

0 comments on commit 5f67a0e

Please sign in to comment.