From 4fc4173430d3e843c5307505233828e6c25f91f6 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Wed, 2 Nov 2022 09:36:33 +0000 Subject: [PATCH] Install steps: Prefer `make` over crystal commands (#302) --- docs/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 97559b4..770f1d2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -165,8 +165,7 @@ exit ```bash su - invidious cd invidious -shards install --production -crystal build src/invidious.cr --release +make cp config/config.example.yml config/config.yml # Configure config/config.yml how you want exit