diff --git a/README.md b/README.md index df44d2c..cf2d714 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,16 @@ sudo apt install -y just # For Ubuntu ```bash sudo pacman -S make go nodejs npm podman just ``` + +[MacOS](https://www.apple.com/macos/): (Requires [Homebrew](https://brew.sh/)) (Untested) + +```bash +brew install make go nodejs npm podman just +``` + +Further instructions will be provided for native Windows if there is demand for it. +[Windows](https://www.microsoft.com/en-us/windows): (Requires [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install)) (Untested) + +```bash +sudo apt install -y make golang nodejs podman just +```