Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex authored Dec 10, 2021
1 parent d089876 commit db746b5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,21 @@ You can download the latest binaries from [here](https://github.com/MontFerret/c

### Source

* Go >=1.16

#### Go < 1.17
```bash
go get -u github.com/MontFerret/cli/ferret@latest
```

#### Go >= 1.17
```bash
go install github.com/MontFerret/cli/ferret@latest
```

### SSH
```shell
curl https://raw.githubusercontent.com/MontFerret/lab/master/install.sh | sudo sh
```

## Quick start

### REPL
Expand Down

0 comments on commit db746b5

Please sign in to comment.