Skip to content

Commit a8ddbda

Browse files
authored
Update readme about conan for macOS
1 parent 392a633 commit a8ddbda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ cmake --build . --config RelWithDebInfo
5858

5959
## Building on Mac
6060

61-
If you install conan via brew you must ensure you get the correct version; however, the cmake-conan script will not detect it from the default install location. You must therefore also alias it elsewhere:
61+
If you install conan via brew the cmake-conan script will not detect it from the default install location. You must therefore also alias it elsewhere:
6262

6363
```bash
64-
brew install conan@1
65-
sudo ln -s /usr/local/opt/conan@1/bin/conan /usr/local/bin/conan
64+
brew install conan
65+
sudo ln -s /usr/local/opt/conan/bin/conan /usr/local/bin/conan
6666
cd open.mp
6767
mkdir build
6868
cd build

0 commit comments

Comments
 (0)