docs: fix mac link [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-09-19 05:09:30 -05:00
parent 707c38f592
commit 1bd3d8077e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ sudo ./setup_cpp_linux --compiler llvm --cmake true --ninja true --ccache true -
```ps1
# mac example
wget "https://github.com/aminya/setup-cpp/releases/download/v0.2.1/setup_mac_linux"
wget "https://github.com/aminya/setup-cpp/releases/download/v0.2.1/setup_cpp_mac"
chmod +x setup_cpp_mac
sudo ./setup_cpp_mac --compiler llvm --cmake true --ninja true --ccache true --conan true
```