Skip to content

Commit 0d7df23

Browse files
[Docs] Switch fuchsia path to be more consistent
Addressing post-merge reviewer feedback in #220.
1 parent 3527014 commit 0d7df23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/inlining-demo/demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ variable doesn't contain the path to `.jiri_root/bin`. To add this to the path,
7676
run the following command:
7777

7878
```shell
79-
export PATH=$PATH:$(realpath ~/fuchsia/.jiri_root/bin)
79+
export PATH=$PATH:$(realpath $FUCHSIA_SRCDIR/.jiri_root/bin)
8080
```
8181

8282
## Set up the correct package versions

0 commit comments

Comments
 (0)