Skip to content

Commit

Permalink
docs: update from sources installation method to use cargo install
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <[email protected]>
  • Loading branch information
quantumsheep committed Feb 21, 2024
1 parent 4650a05 commit 4f16195
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ Releases contains prebuilt binaries for Linux, macOS and Windows. You can downlo
### From sources

```bash
git clone https://github.com/quantumsheep/sshs.git
cd sshs
cargo build --release
# mv ./target/release/sshs ~/.local/bin/
cargo install --git https://github.com/quantumsheep/sshs
```

## Troubleshooting
Expand Down

0 comments on commit 4f16195

Please sign in to comment.