Update README.md.
diff --git a/README.md b/README.md
index 87e5737..04bcaf3 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
    [depot_tools](https://www.chromium.org/developers/how-tos/install-depot-tools)
    in your ```$PATH```
  * Get the source:
+
 ```
 gclient config --unmanaged --name=src <bauxite_repository_url>
 gclient sync
@@ -26,7 +27,7 @@
 
  * Generate the Ninja files (from the src directory):
 ```
-buildtools/linux64/gn gen out/Debug
+gn gen out/Debug
 ```
  * Build sandbox_linux_unittests (from the src directory):
 ```