2020-08-23 17:04:32 -07:00
# Updating Soapbox
2023-09-18 13:45:41 -07:00
You should always check the [release notes/changelog ](https://gitlab.com/soapbox-pub/soapbox/-/blob/main/CHANGELOG.md ) in case there are deprecations, special update changes, etc.
2020-08-23 17:04:32 -07:00
2022-08-29 09:20:56 -07:00
Besides that, it's relatively pretty easy to update Soapbox. There's two ways to go about it: with the command line or with an unofficial script.
2020-08-23 17:04:32 -07:00
## Updating with the command line
2022-08-29 09:20:56 -07:00
To update Soapbox via the command line, do the following:
2020-08-23 17:04:32 -07:00
```
# Download the build.
2023-09-18 13:45:41 -07:00
curl -O https://dl.soapbox.pub/main/soapbox.zip
2020-08-23 17:04:32 -07:00
# Unzip the new build to Pleroma's instance directory.
2023-09-18 13:45:41 -07:00
busybox unzip soapbox.zip -o -d /opt/pleroma/instance/static
2020-08-23 17:04:32 -07:00
```
## After updating Soapbox
The changes take effect immediately, just refresh your browser tab. It's not necessary to restart the Pleroma service.