Skip to content

Commit

Permalink
Update docs to point out common issue with Fuchsia path setup (#220)
Browse files Browse the repository at this point in the history
Should fix the rest of issue #217.
  • Loading branch information
boomanaiden154 committed May 2, 2023
1 parent 5eeb57e commit 387ed6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/inlining-demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ cipd install fuchsia/sysroot/linux-arm64 latest -root ${SYSROOT_DIR}/linux-arm64
cipd install fuchsia/sysroot/linux-amd64 latest -root ${SYSROOT_DIR}/linux-x64
```

**Note:** If your shell can't find the `cipd` command, it's likely your `$PATH`
variable doesn't contain the path to `.jiri_root/bin`. To add this to the path,
run the following command:

```shell
export PATH=$PATH:$(realpath ~/fuchsia/.jiri_root/bin)
```

## Set up the correct package versions

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

0 comments on commit 387ed6f

Please sign in to comment.