<p>In INSTALL.md:</p>
<pre style='color:#555'>> +```
> +git clone https://github.com/openstreetmap/openstreetmap-website.git
> +```
> +
> +To clone only the most recent version (~23MB), instead use a 'shallow clone':
> +
> +```
> +git clone --depth=1 https://github.com/openstreetmap/openstreetmap-website.git
> +```
> +
> +If you want to add in the full history later on, perhaps to run `git blame` or `git log`, run `git fetch --depth=1000000`
> +
> +
> +## Ruby gems
> +
> +We use [Bundle](http://gembundler.com/) to manage the rubygems required for the project.
</pre>
<p>It's "Bundler" not "Bundle"</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/317/files#r4862695'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOproaXNNIqHqAo4pp4qA475US8AgFNS0sTNw4rZ4nCqFr.gif' height='1' width='1'></p>