From 3f956a31c0771613cfe0f382a65df2f43295b131 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 10 May 2022 17:03:16 +0000 Subject: [PATCH] README: update download URL to v2.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90bdb903e..0422c88d5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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/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 ``` Then unpack it into Pleroma's `instance` directory: