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 5eeb57e commit 387ed6fCopy full SHA for 387ed6f
docs/inlining-demo/demo.md
@@ -71,6 +71,14 @@ cipd install fuchsia/sysroot/linux-arm64 latest -root ${SYSROOT_DIR}/linux-arm64
71
cipd install fuchsia/sysroot/linux-amd64 latest -root ${SYSROOT_DIR}/linux-x64
72
```
73
74
+**Note:** If your shell can't find the `cipd` command, it's likely your `$PATH`
75
+variable doesn't contain the path to `.jiri_root/bin`. To add this to the path,
76
+run the following command:
77
+
78
+```shell
79
+export PATH=$PATH:$(realpath ~/fuchsia/.jiri_root/bin)
80
+```
81
82
## Set up the correct package versions
83
84
We need to make sure the git revision of llvm is one that works with the version
0 commit comments