docs(readme): add instructions for FreeBSD (#177)

* docs(readme): add instructions for FreeBSD

* docs(readme): add appjail to features section
This commit is contained in:
DtxdF 2023-11-03 05:32:09 -04:00 committed by GitHub
parent 79662d64ab
commit 9a73b3e9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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
@ -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.