Skip to content

Commit

Permalink
Fix release asset name.
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Dec 3, 2023
1 parent a17bfee commit ddb0fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Installation/linux.md
Expand Up @@ -39,7 +39,7 @@ sudo install -d -o <user> -g <group> /var/lib/navidrome
Download the latest release from the [releases page](https://github.com/navidrome/navidrome/releases), extract the contents to the executable directory, and set the permissions for the files. (Replace the URL below with the one from the releases page):

```bash
wget https://github.com/navidrome/navidrome/releases/download/v0.XX.0/navidrome_0.XX.0_Linux_x86_64.tar.gz -O Navidrome.tar.gz
wget https://github.com/navidrome/navidrome/releases/download/v0.XX.X/navidrome_0.XX.X_linux_amd64.tar.gz -O Navidrome.tar.gz
sudo tar -xvzf Navidrome.tar.gz -C /opt/navidrome/
sudo chown -R <user>:<group> /opt/navidrome
```
Expand Down

0 comments on commit ddb0fdc

Please sign in to comment.