aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2020-02-05 10:55:12 -0800
committerCQ Bot Account <commit-bot@chromium.org>2020-02-05 19:07:01 +0000
commit2cc32ecdfbe37ea7f0de96c1d354a8f0ed1ddcef (patch)
tree1394cfe6d8843d84fc5d2e755c4c8f3e285c0e80 /README.md
parent729f28cd59ca5b8ab1936a5d86dc5886f7bd0163 (diff)
downloadpigweed-2cc32ecdfbe37ea7f0de96c1d354a8f0ed1ddcef.tar.gz
Move env_setup to pw_env_setup
Bug: 67 Change-Id: I285e917968b2e24e0851753ea4802cef1fbe2d67
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index cd586ec3f..a2aa40cc7 100644
--- a/README.md
+++ b/README.md
@@ -20,14 +20,15 @@ that we expect everyone who interacts with the project to respect.
```bash
$ git clone sso://pigweed.googlesource.com/pigweed/pigweed ~/pigweed
$ cd ~/pigweed
-$ env_setup/cipd/wrapper.py auth-login # Once per machine.
-$ . env_setup/bootstrap.sh
+# Only need to run auth-login once per machine.
+$ pw_env_setup/py/pw_env_setup/cipd_setup/wrapper.py auth-login
+$ . pw_env_setup/bootstrap.sh
```
-You can use `. env_setup/env_setup.sh` in place of `. env_setup/bootstrap.sh`.
+You can use `. pw_env_setup/setup.sh` in place of `. pw_env_setup/bootstrap.sh`.
Both should work every time, but `bootstrap.sh` tends to remove and reinstall
-things at the expense of time whereas `env_setup.sh` tends to do basic checks
-to see if time can be saved by skipping expensive operations.
+things at the expense of time whereas `setup.sh` assumes things have
+already been installed and only sets environment variables.
If you're using Homebrew and you get an error saying
`module 'http.client' has no attribute 'HTTPSConnection'` then your