aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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