updated documentation

This commit is contained in:
2021-08-29 16:42:21 -06:00
parent 2cdc0a3dcc
commit 6b62d0e4f1
2 changed files with 6 additions and 2 deletions

View File

@@ -58,5 +58,7 @@ After cloning the repository for UPIWIN, enter the following commands:
cd upiwin
make
To execute, enter the command `sudo src/upiwin` followed by the name of the script to be run. For example,
`sudo src/upiwin scripts/demo1.py`.
The resulting executable and demo scripts will be placed into the `output` directory.
To execute, change to the `output` directory and enter the command `sudo ./upiwin` followed by the name of the script
to be run. For example, `sudo ./upiwin demo1.py`.