Update README.md

This commit is contained in:
Anthony Samms
2025-08-28 09:05:53 -04:00
committed by GitHub
parent 46b4543d73
commit a3f51e8849

View File

@@ -56,12 +56,12 @@ Use the provided shell.nix code and run with python:
## Roadmap ## Roadmap
Ask me See "enhancements" on issues page
## Known Issues ## Known Issues
- Everything See "bugs" on issues page
## Run Locally ## Run Locally
@@ -95,7 +95,7 @@ uv run nuitka --mode=app --noinclude-setuptools-mode=nofollow --noinclude-IPytho
Linux: Linux:
Install portaudio with `sudo apt install portaudio19-dev` Install portaudio with `sudo apt install portaudio19-dev`
Arch Linux only: Some Linux distributions may need this:
Install [patchelf](https://github.com/NixOS/patchelf) Install [patchelf](https://github.com/NixOS/patchelf)
Run this command Run this command
``` ```