From 00a0cb3821ce2bd0fc589ae64ed9cbb791ce44bb Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 16 Jun 2026 23:00:21 +0200 Subject: Adds index to all large files --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1