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:
Victor Lin 2024-04-28 08:11:49 -07:00
parent ee58285ebd
commit 4d84c23d0d

View file

@ -177,7 +177,7 @@ systemctl enable --now invidious.service
```bash ```bash
brew update brew update
brew install shards crystal postgres imagemagick librsvg brew install crystal postgres imagemagick librsvg
``` ```
#### Set up PostgresSQL #### Set up PostgresSQL