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.
This commit is contained in:
zawnk 2023-06-21 13:54:04 +02:00 committed by GitHub
parent 0dc13b4ea1
commit 126d8032b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ cd /var/lib/pictrs-source
git checkout main git checkout main
git pull --tags git pull --tags
# check docker-compose.yml for pict-rs version used by lemmy # 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 git checkout v0.2.6-r2
# or simply add the bin folder to your $PATH # or simply add the bin folder to your $PATH
$HOME/.cargo/bin/cargo build --release $HOME/.cargo/bin/cargo build --release