Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add kali repo and scoop package manager in chapter "installation"
  • Loading branch information
patrickhener authored Sep 23, 2024
1 parent 1c72a11 commit 05a916f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,22 @@ cd goshs
make build-all
```

## Kali repositories

When using kali you can easily just install it via cli, if it is not already installed:

```
sudo apt install goshs
```

## Windows scoop package

If you are using the [scoop package manager](https://scoop.sh/) under Windows, you can install goshs this way:

```
scoop bucket add extras
scoop install extras/goshs
```

# Credits

Expand Down

0 comments on commit 05a916f

Please sign in to comment.