update readme with macos instructions

This commit is contained in:
Bryson Steck 2022-03-23 22:03:58 -06:00
parent d80feb1da0
commit c7b76cd99f
2 changed files with 7 additions and 3 deletions

View file

@ -28,6 +28,10 @@ python3
pip3 pip3
``` ```
The following instructions are for Linux (and possibly other \*NIX systems). You can view the installation instructions for macOS and Windows here:
* [macOS](doc/MACOS.md)
* [Windows]() (COMING SOON)
You can install these with the following commands in these distros: You can install these with the following commands in these distros:
### Ubuntu/Debian ### Ubuntu/Debian
```bash ```bash

View file

@ -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/). 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: 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 # note: if you use './install.sh' or './run.sh', the read command may not work properly
$ sh install.sh % sh install.sh
$ sh run.sh % sh run.sh
``` ```