From 4dc465a1f9760bcad5a43840c66f074dbb4ae086 Mon Sep 17 00:00:00 2001 From: Chadlia Jerad <37504116+ChadliaJerad@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:13:22 +0100 Subject: [PATCH] Update experiments/C/src/TugOfWar/README.md Co-authored-by: Edward A. Lee --- experiments/C/src/TugOfWar/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/C/src/TugOfWar/README.md b/experiments/C/src/TugOfWar/README.md index 31b8a28d..05c86d1b 100644 --- a/experiments/C/src/TugOfWar/README.md +++ b/experiments/C/src/TugOfWar/README.md @@ -12,6 +12,6 @@ a post request. The UI's gauges are updated with these values, along with the po ## Steps: 1. Compile `TugOfWar.lf`. - 2. Launch the UI by runnig the script `start.sh` under `C/src/TugOfWar/Interface`. The script will create a virtual environment and install the requirements listed in `requirements.txt`, if not there already. It then lauches Falsk server, accessible on: [http://127.0.0.1:5004](http://127.0.0.1:5004). + 2. Launch the UI by running the script `start.sh` under `C/src/TugOfWar/Interface`. The script will create a virtual environment and install the requirements listed in `requirements.txt`, if not there already. It then lauches Falsk server, accessible on: [http://127.0.0.1:5004](http://127.0.0.1:5004). 3. Run the launching script under `bin` and watch the game on the UI.