aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-16 23:00:21 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-16 23:05:04 +0200
commit00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb (patch)
tree62eef257fb06ea36ea92e719dff750bede0bd281 /README.md
parentbb52acc8b7ad073068c9a2dc656d4fecf935d710 (diff)
Adds index to all large filesHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7175615..8a2ed66 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ This project includes a native data visualizer that plots live simulation data.
A generic set of plots is configured by default for all VM architectures. Each
architecture may expand on these by configuring its own set of plots within
`arch/{arch}/plots.cpp`. Once a simulation has been created (i.e., exists in
-${HOME}/.salis), you may launch the data server with:
+`${HOME}/.salis`), you may launch the data server with:
```console
user@host$ ./salis.py server -n world-1 -o
```
@@ -89,10 +89,10 @@ user@host$ ./salis.py client -o -i ${SERVER_IP}
- SQLite
- Zlib
-## Dependencies for curses UI
+## Dependencies (curses UI)
- NCurses
-## Dependencies for data client
+## Dependencies (data client)
- GLFW
- GLU
- ImGui