Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Feb 22, 2024
1 parent b026498 commit 2a6aafd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Features:
Quick start:
```bash
gocatcli index <some-path>
gocatli nav
gocatli tree
```

Expand Down Expand Up @@ -66,14 +67,14 @@ gocatli tree

Pick a binary in the [releases](https://github.com/deadc0de6/gocatcli/releases)

Install directly using go
Or if you have go installed, you can installed it directly
```bash
## You need at least golang 1.22
$ go install -v github.com/deadc0de6/gocatcli/cmd/gocatcli@latest
$ gocatcli --help
```

Compilation
Or if you want to compile it yourself
```bash
## You need at least golang 1.22
$ go mod tidy
Expand All @@ -91,6 +92,8 @@ are stored away.
$ gocatcli --help
$ gocatcli index --help
$ gocatcli ls --help
$ gocatcli tree --help
$ gocatcli nav --help
...
```

Expand Down

0 comments on commit 2a6aafd

Please sign in to comment.