1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00

Update website urls to 0.6.7

This commit is contained in:
Chen-I Lim 2021-05-24 12:02:02 -07:00
parent 4c3f14e027
commit d60a10ce6b
2 changed files with 4 additions and 4 deletions

View File

@ -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 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
# Download the new version (e.g. 0.6.7 here, check the release for the latest one)
wget https://github.com/mattermost/focalboard/releases/download/v0.6.7/focalboard-server-linux-amd64.tar.gz
tar -xvzf focalboard-server-linux-amd64.tar.gz
# Stop the server

View File

@ -17,10 +17,10 @@ Popular hosted options include:
## Install Focalboard
Download the Ubuntu archive package from the appropriate [release in GitHub](https://github.com/mattermost/focalboard/releases). E.g. this is the link for v0.6.5 (which may no longer be the latest one):
Download the Ubuntu archive package from the appropriate [release in GitHub](https://github.com/mattermost/focalboard/releases). E.g. this is the link for v0.6.7 (which may no longer be the latest one):
```
wget https://github.com/mattermost/focalboard/releases/download/v0.6.5/focalboard-server-linux-amd64.tar.gz
wget https://github.com/mattermost/focalboard/releases/download/v0.6.7/focalboard-server-linux-amd64.tar.gz
tar -xvzf focalboard-server-linux-amd64.tar.gz
sudo mv focalboard /opt
```