aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 48b02ee..a9f7264 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
<p>
<img width="322" alt="image" align="left" src="https://github.com/user-attachments/assets/a4c15c52-fae5-4ba2-be4b-c37b7ab36ba4" />
-Just a crappy synth using alsa and SDL3. Works only on linux.
+Just a crappy synth using alsa and sokol. Works only on linux.
</p>
<br/>
<br/>
@@ -22,7 +22,10 @@ nix run github:spl3g/crynth
```
For other systems you have to have these libraries:
-- sdl3
+- libGL
+- libX11
+- libXi
+- libXcursor
- asoundlib
```sh