aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2019-11-27 11:01:48 -0800
committerRob Mohr <mohrr@google.com>2019-11-27 22:27:46 +0000
commitd67235063983e5cb4b15edcc3e221449b1fcd28e (patch)
tree0aa601e3c811c159742b6cc037cd112df3ced3b7 /README.md
parentab847d94791e5ae99e6f8a46f8461b9cb385b3a9 (diff)
downloadpigweed-d67235063983e5cb4b15edcc3e221449b1fcd28e.tar.gz
Add info about CIPD login.
Change-Id: Icd278b7dd28a74c39b246f7b4ca977569c3f3749
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90c8ec1b5..300efcfc2 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ Pigweed is in the early stages of development.
```bash
$ git clone sso://pigweed.googlesource.com/pigweed/pigweed ~/pigweed
$ cd ~/pigweed
+$ env_setup/cipd/cipd.py auth-login # Once per machine.
$ . env_setup/setup.sh
```