Fix typo README
This commit is contained in:
parent
042186a06c
commit
8fba23edf7
|
@ -86,7 +86,7 @@ sudo chown -R pleroma /etc/pleroma
|
|||
sudo su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pleroma/config.exs --output-psql /tmp/setup_db.psql"
|
||||
```
|
||||
|
||||
## Configuration:par le questionnaire
|
||||
## Configuration par le questionnaire
|
||||
|
||||
```
|
||||
- What domain will your instance use? (e.g pleroma.soykaf.com) [] toot.chalec.org
|
||||
|
@ -177,7 +177,7 @@ sudo apt install busybox
|
|||
|
||||
# Installation et mise à jour
|
||||
cd /tmp
|
||||
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.3.0/download?job=build-production -o soapbox-fe.zip
|
||||
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v2.0.0/download?job=build-production -o soapbox-fe.zip
|
||||
sudo busybox unzip soapbox-fe.zip -o -d /var/lib/pleroma
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue