MacOS and Windows sections

This commit is contained in:
Imbus 2024-02-12 18:01:57 +01:00
parent 13d36be643
commit 881b732388

View file

@ -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
```