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

Unified Diff: README.md

Issue 1168583002: Update Monet README.md instructions for first-time setup (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | 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 df3df22d616625c18194b922d104e48540a4cca9..5948f1538a4541861b2d05a864cf55ef7dc1d2a2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@ these instructions instead of cloning the repo directly:
1.) Make a directory for monet and add a .gclient file:
```
$ mkdir monet
-$ cat <<EOF > dot_gclient
+$ cd monet
+$ cat <<EOF > .gclient
solutions = [
{
u'managed': False,
@@ -25,7 +26,6 @@ EOF
2.) Use gclient to pull down the monet repository and dependencies. This will
create a directory under monet called 'src' containing the main repository.
```
-$ cd monet
$ gclient sync
```
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698