30 lines
559 B
Markdown
30 lines
559 B
Markdown
---
|
|
weight: 20
|
|
---
|
|
|
|
|
|
|
|
## Linux
|
|
|
|
To install the Debian package, download the `.deb` file, and install the package by running:
|
|
|
|
```
|
|
sudo apt install ./audax_0.4.0_linux_amd64.deb
|
|
```
|
|
|
|
To install the RPM package, download the `.rpm` file, and install the package by running:
|
|
|
|
```
|
|
sudo yum install ./audax_0.4.0_linux_amd64.rpm
|
|
```
|
|
|
|
## Install Using Go
|
|
|
|
If you have Go 1.22, you can install using the following command:
|
|
|
|
```
|
|
go install github.com/lmika/audax/cmd/dynamo-browse@v0.4.0
|
|
```
|
|
|
|
|
|
The source code can be [found on GitHub](https://github.com/lmika/audax). |