Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Fix macOS install script instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devklick authored Aug 10, 2024
1 parent 91e290f commit 815ed47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ There's no bespoke script for installing on MacOS, however if you have the right
available on your Mac, you can probably use the Linux install script and pass in `osx` as an argument:

```
wget -q https://raw.githubusercontent.com/devklick/GDMan/master/install/install-unix.sh -O - | bash -s linux
wget -q https://raw.githubusercontent.com/devklick/GDMan/master/install/install-unix.sh -O - | bash -s osx
```

The script will require the following tools to be available on the machine:
Expand Down

0 comments on commit 815ed47

Please sign in to comment.