You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Documents/Installation-with-Conan.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ For many platforms, a binary package is available from Conan Center Index so it
51
51
```
52
52
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.
53
53
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`.
55
55
56
56
Alternatively the nmos-cpp installation can be copied to the current working directory using a Conan deployer:
0 commit comments