| commit | fb7fc8ce989484f12635d8841cef746cc826247e | [log] [tgz] |
|---|---|---|
| author | James Robinson <jamesr@chromium.org> | Tue Oct 14 15:04:21 2014 -0700 |
| committer | James Robinson <jamesr@chromium.org> | Tue Oct 14 15:04:21 2014 -0700 |
| tree | ad3790ed9c9e85e142168a8d416c0a4b31e70000 | |
| parent | 5562f1d6c5279d94b44465ed701bc25835812316 [diff] |
Fix up README formatting
diff --git a/README.md b/README.md index 0c33e00..1feca56 100644 --- a/README.md +++ b/README.md
@@ -22,7 +22,9 @@ then run 'gclient sync' from the directory containing the .gclient file. This will clone this repository into a subdirectory called 'src'. From that -directory, you can then build by doing +directory, you can then build by running: -src$ gn gen out/Debug -src$ ninja -C out/Debug mojo +``` +$ gn gen out/Debug +$ ninja -C out/Debug mojo +```