aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2019-12-19 11:09:54 -0800
committerCQ Bot Account <commit-bot@chromium.org>2019-12-19 21:30:28 +0000
commitea12aa392136d1f8be035bbe0bd4b317c07c0e5b (patch)
treee2c48330475a699af223638afb677fa73788291c /README.md
parent4b501c6f847f5ecf834ace0b5d94a9eb874a90b4 (diff)
downloadpigweed-ea12aa392136d1f8be035bbe0bd4b317c07c0e5b.tar.gz
Update gn and bazel pathnames in README
These are the pathnames when running "which gn" and "which bazel" on macOS Change-Id: Ie2e72059e34cc472aa6e6ddfc0a3a0129ad7a884
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 67fa5a36c..fac8919f8 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,14 @@ of tools&mdash;they should be installed under `env_setup/`.
```bash
$ which gn
-~/pigweed/env_setup/cipd/tools/gn
+~/pigweed/.cipd/pigweed.ensure/gn
$ gn gen out/host
$ ninja -C out/host
```
```bash
$ which bazel
-~/pigweed/env_setup/cipd/tools/bazel
+~/pigweed/.cipd/pigweed.ensure/bazel
$ bazel test //...
```