mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
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:
parent
0dc13b4ea1
commit
126d8032b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue