Add metadata to package.json and bump version to 0.9-beta

This commit is contained in:
Alex Gleason
2020-04-30 12:33:56 -05:00
parent 630bed980c
commit 2cd66dc1a5
3 changed files with 12 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Installing soapbox-fe on an existing Pleroma server is extremely easy.
Just ssh into the server and download a .zip of the latest build:
```sh
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/master/download?job=build-production -o soapbox-fe.zip
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v0.9/download?job=build-production -o soapbox-fe.zip
```
Then unpack it into Pleroma's `instance` directory: