We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f8bbd commit 8c76249Copy full SHA for 8c76249
cpp/IceBox/hello/README.md
@@ -12,7 +12,7 @@ To run this demo, open two terminal windows. In the first window:
12
**Linux:**
13
14
```shell
15
-export LD_LIBRARY_PATH=$(pwd/)build
+export LD_LIBRARY_PATH=$PWD/build
16
icebox --IceBox.Service.Hello="HelloService:create --Ice.Trace.Dispatch"
17
```
18
0 commit comments