diff --git a/website/site/content/download/personal-edition/desktop.md b/website/site/content/download/personal-edition/desktop.md index a76a94713..0ac7da908 100644 --- a/website/site/content/download/personal-edition/desktop.md +++ b/website/site/content/download/personal-edition/desktop.md @@ -10,22 +10,23 @@ Personal Desktop is a fully contained, standalone app meant for a single user, t #### macOS To install Personal Desktop for macOS: -1. Download the package from here (TODO). +1. Download the [Mac package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-mac.zip) 2. Unzip the .zip archive -3. Copy the `Tasks.app` file to your Applications folder +3. Copy the `Focalboard.app` file to your Applications folder 4. Open it from the Applications folder + a. If you see a Gatekeeper error, right click on Focalboard.app, then click "open". #### Windows To install Personal Desktop for Windows: -1. Download the package from here (TODO). +1. Download the [Windows package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-win.zip) 2. Unzip the .zip archive 3. Copy the folder to your Program Files folder (optional, you can put it anywhere) -4. Open `tasks-win.exe` from within the folder +4. Open `focalboard.exe` from within the folder #### Linux Desktop To install Personal Desktop for Linux: -1. Download the package from here (TODO). +1. Download the [Linux package](https://releases.mattermost.com/focalboard/0.5.0/focalboard-linux.tar.gz) 2. Unpack the .tar.gz archive -4. Open `tasks-app` from within the tasks-app folder +4. Open `focalboard` from within the focalboard folder diff --git a/website/site/content/download/personal-edition/ubuntu.md b/website/site/content/download/personal-edition/ubuntu.md index 6f5e8e110..eb9a868c3 100644 --- a/website/site/content/download/personal-edition/ubuntu.md +++ b/website/site/content/download/personal-edition/ubuntu.md @@ -17,9 +17,10 @@ Popular hosted options include: ## Install Focalboard -[Download the Ubuntu archive package here](/download), then unpack it to /opt/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: ``` +wget https://releases.mattermost.com/focalboard/0.5.0/focalboard-server-linux-amd64.tar.gz tar -xvzf focalboard-server-linux-amd64.tar.gz sudo mv focalboard /opt ```