Skip to content

Commit 387ed6f

Browse files
Update docs to point out common issue with Fuchsia path setup (#220)
Should fix the rest of issue #217.
1 parent 5eeb57e commit 387ed6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/inlining-demo/demo.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ cipd install fuchsia/sysroot/linux-arm64 latest -root ${SYSROOT_DIR}/linux-arm64
7171
cipd install fuchsia/sysroot/linux-amd64 latest -root ${SYSROOT_DIR}/linux-x64
7272
```
7373

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+
7482
## Set up the correct package versions
7583

7684
We need to make sure the git revision of llvm is one that works with the version

0 commit comments

Comments
 (0)