<p>In INSTALL.md:</p>
<pre style='color:#555'>> +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.
> +
> +```
> +cd openstreetmap-website
> +bundle install
</pre>
<p>Well that's kind of the point, I want mine installed system wide ;-) YMMV of course.</p>

<p>I don't believe you get any local bundler files when you do this - at least my rails port directory doesn't seem to have any and neither does my home directory.</p>

<p>In any case we should be consistent one way or the other - other parts of the doco are showing a <code>sudo</code> there.</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#r4862815'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOproaXNNIqHqAo4pp4qA475US8AgFNS0sTNw4rZ4nCqFr.gif' height='1' width='1'></p>