Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run conanbuild.sh via source command in Linux #388

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading