diff --git a/website/site/content/download/personal-edition/ubuntu-upgrade.md b/website/site/content/download/personal-edition/ubuntu-upgrade.md index ebdc07e2a..2ed1a2981 100644 --- a/website/site/content/download/personal-edition/ubuntu-upgrade.md +++ b/website/site/content/download/personal-edition/ubuntu-upgrade.md @@ -12,8 +12,8 @@ Use the URL of the Ubuntu archive package, `focalboard-server-linux-amd64.tar.gz Create and use a clean directory, or delete any existing packages first, then run: ``` -# Download the new version (e.g. 0.6.5-rc1 here) -wget https://github.com/mattermost/focalboard/releases/download/v0.6.5-rc1/focalboard-server-linux-amd64.tar.gz +# Download the new version (e.g. 0.6.5 here, check the release for the latest one) +wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz tar -xvzf focalboard-server-linux-amd64.tar.gz # Stop the server