From 6b62d0e4f1b60b7b89a843a7eda19d16c8fce328 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sun, 29 Aug 2021 16:42:21 -0600 Subject: [PATCH] updated documentation --- .gitignore | 2 ++ docs/os-instructions.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a28f5dc..a70a969 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ *.o src/upiwin src/splash.bin +src/i_*.bin buildutils/mksplash +buildutils/mkgfx output/ diff --git a/docs/os-instructions.md b/docs/os-instructions.md index 8f110cb..828c6e1 100644 --- a/docs/os-instructions.md +++ b/docs/os-instructions.md @@ -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`.