Skip to content

Commit

Permalink
Run conanbuild.sh via source command in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjino authored Apr 17, 2024
1 parent 29578e7 commit dce43c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documents/Installation-with-Conan.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For many platforms, a binary package is available from Conan Center Index so it
```
This installs the **nmos-cpp-registry** and **nmos-cpp-node** applications in the Conan cache, and generates a script to make these executables available in the current session.
On Windows, run `.\conanbuild.bat` to add the install directory to the PATH.
On Linux, run `./conanbuild.sh`.
On Linux, run `source conanbuild.sh`.

Alternatively the nmos-cpp installation can be copied to the current working directory using a Conan deployer:
```sh
Expand Down

0 comments on commit dce43c7

Please sign in to comment.