From 0a29731aab4bcd5b6b0a1023c74ea0114312fcdd Mon Sep 17 00:00:00 2001 From: Johan Jino Date: Thu, 18 Apr 2024 16:09:14 +0100 Subject: [PATCH] Run conanbuild.sh via source command in Linux (#388) --- Documents/Installation-with-Conan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/Installation-with-Conan.md b/Documents/Installation-with-Conan.md index a9155614..13c106ed 100644 --- a/Documents/Installation-with-Conan.md +++ b/Documents/Installation-with-Conan.md @@ -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