From 126d8032b05d48af1602fdccde64f425d724ef3e Mon Sep 17 00:00:00 2001 From: zawnk Date: Wed, 21 Jun 2023 13:54:04 +0200 Subject: [PATCH] Update line in link to docker-compose (#225) Updated the link to the docker-compose file and its line to refer to the actual line with the pictrs version in it. --- src/administration/from_scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/administration/from_scratch.md b/src/administration/from_scratch.md index ee8303a..64947cc 100644 --- a/src/administration/from_scratch.md +++ b/src/administration/from_scratch.md @@ -213,7 +213,7 @@ cd /var/lib/pictrs-source git checkout main git pull --tags # check docker-compose.yml for pict-rs version used by lemmy -# https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml#L40 +# https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/docker-compose.yml#L43 git checkout v0.2.6-r2 # or simply add the bin folder to your $PATH $HOME/.cargo/bin/cargo build --release