readme install
This commit is contained in:
parent
5679fe8d12
commit
9d6babd722
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -12,8 +12,17 @@ Features:
|
||||||
|
|
||||||
## Installation Guide
|
## Installation Guide
|
||||||
|
|
||||||
PIP: `pipx install atonatui`
|
### Prerequisites
|
||||||
ARCH: `yay -S python-atonatui`
|
`atonatui` requires the **FluidSynth** audio engine to be installed on your system:
|
||||||
|
- **Arch Linux:** `sudo pacman -S fluidsynth`
|
||||||
|
- **Ubuntu/Debian:** `sudo apt install fluidsynth`
|
||||||
|
- **macOS (Homebrew):** `brew install fluidsynth`
|
||||||
|
- **Windows:** Download the binaries and add them to your system PATH.
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
```bash
|
||||||
|
pipx install atonatui
|
||||||
|
```
|
||||||
|
|
||||||
## Main Page
|
## Main Page
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue