MacOS and Windows sections
This commit is contained in:
parent
13d36be643
commit
881b732388
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue