diff options
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 |
