mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Remove install for shards
shards is not available as a Homebrew package. Instead, it comes with the crystal package. <https://crystal-lang.org/reference/1.12/man/shards/index.html#installation>
This commit is contained in:
parent
ee58285ebd
commit
4d84c23d0d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ systemctl enable --now invidious.service
|
|||
|
||||
```bash
|
||||
brew update
|
||||
brew install shards crystal postgres imagemagick librsvg
|
||||
brew install crystal postgres imagemagick librsvg
|
||||
```
|
||||
|
||||
#### Set up PostgresSQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue