From 4d84c23d0d1cc3937b10519ae144e7493d568bd0 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Sun, 28 Apr 2024 08:11:49 -0700 Subject: [PATCH] Remove install for shards shards is not available as a Homebrew package. Instead, it comes with the crystal package. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 8f86b78..fe7c86c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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