Skip to content

Commit

Permalink
Fix #114: Update server install url to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Mar 18, 2021
1 parent 9bc4167 commit 3dec020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/site/content/download/personal-edition/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Popular hosted options include:

## Install Focalboard

[Download the Ubuntu archive package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz), then unpack it to /opt/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.1:

```
wget https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz
wget https://github.com/mattermost/focalboard/releases/download/v0.6.1/focalboard-server-linux-amd64.tar.gz
tar -xvzf focalboard-server-linux-amd64.tar.gz
sudo mv focalboard /opt
```
Expand Down

0 comments on commit 3dec020

Please sign in to comment.