Skip to content

Commit 0a29731

Browse files
authored
Run conanbuild.sh via source command in Linux (#388)
1 parent 29578e7 commit 0a29731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documents/Installation-with-Conan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For many platforms, a binary package is available from Conan Center Index so it
5151
```
5252
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.
5353
On Windows, run `.\conanbuild.bat` to add the install directory to the PATH.
54-
On Linux, run `./conanbuild.sh`.
54+
On Linux, run `source conanbuild.sh`.
5555

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

0 commit comments

Comments
 (0)