From 17ef280b158ce9779bf407ab5546f326b529c7d6 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 23 Feb 2022 00:45:06 +0100 Subject: [PATCH] Prefer shards install production (#202) --- Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index f0255d7..d56095d 100644 --- a/Installation.md +++ b/Installation.md @@ -184,7 +184,8 @@ exit ```bash su - invidious cd invidious -shards update && shards install && crystal build src/invidious.cr --release +shards install --production +crystal build src/invidious.cr --release exit ```