Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: README.md

Issue 2693343002: Pull Chromium dependencies to Pipa checkout via DEPS and GITDEPS. (Closed)
Patch Set: One code block in Readme Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « GITDEPS ('k') | pipa/build/gitdeps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index dacc7adb749a3e821a96fb7860cf3550bfd63c8c..d3dee253d33c7887b94c51afe5866f123f541221 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
-Pipa
-====
+# Pipa
Pipa is an IPC mechanism shared between Chromium and the Chrome Cleanup Tool.
+
+## Checkout:
+```
+ mkdir pipa
+ cd pipa
+ gclient config --spec="solutions=[{'name':'src', 'url':'https://chromium.googlesource.com/chromium/pipa',},]"
+ gclient sync
+```
« no previous file with comments | « GITDEPS ('k') | pipa/build/gitdeps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698