diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-16 23:00:21 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-16 23:05:04 +0200 |
| commit | 00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb (patch) | |
| tree | 62eef257fb06ea36ea92e719dff750bede0bd281 /README.md | |
| parent | bb52acc8b7ad073068c9a2dc656d4fecf935d710 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
