aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-23 22:03:58 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-23 22:03:58 -0600
commitc7b76cd99f3026b47cba09c9b08cf2d2a213e773 (patch)
treeebb87de6f4a68f272b7c09e2e9d865acfd5aada9 /doc
parentd80feb1da006af7e217c33d451d5c74b2be67180 (diff)
downloadlset-c7b76cd99f3026b47cba09c9b08cf2d2a213e773.tar
lset-c7b76cd99f3026b47cba09c9b08cf2d2a213e773.tar.gz
lset-c7b76cd99f3026b47cba09c9b08cf2d2a213e773.tar.bz2
update readme with macos instructionsHEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/MACOS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/MACOS.md b/doc/MACOS.md
index 8dc9379..9f3435f 100644
--- a/doc/MACOS.md
+++ b/doc/MACOS.md
@@ -9,8 +9,8 @@ If you have the tools installed, `git` will display a help message. If you don't
You will also need to install Node.js and npm, both of which can be installed through one package found on the downloads section of the [Node.js Website](https://nodejs.org/en/download/).
Once you have both items installed, you will be able to run the same files (`install.sh` and `run.sh`) as you would on Linux:
-```
+```bash
# note: if you use './install.sh' or './run.sh', the read command may not work properly
-$ sh install.sh
-$ sh run.sh
+% sh install.sh
+% sh run.sh
```