Skip to content

Commit

Permalink
docs(readme): add instructions for FreeBSD (#177)
Browse files Browse the repository at this point in the history
* docs(readme): add instructions for FreeBSD

* docs(readme): add appjail to features section
  • Loading branch information
DtxdF authored Nov 3, 2023
1 parent 79662d6 commit 9a73b3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Here you can read the blog post about how it is deployed on Shuttle: [https://bl
- Simple configuration
- supports hot reloading
- Easy to deploy
- [appjail images](https://github.com/AppJail-makejails/rustypaste)
- [docker images](https://hub.docker.com/r/orhunp/rustypaste)
- No database
- filesystem is used
Expand Down Expand Up @@ -116,6 +117,12 @@ pacman -S rustypaste
apk add rustypaste
```

### FreeBSD

```sh
pkg install rustypaste
```

### Binary releases

See the available binaries on the [releases](https://github.com/orhun/rustypaste/releases/) page.
Expand Down

0 comments on commit 9a73b3e

Please sign in to comment.