| 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
|
| ```
|
|
|
|
|