<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>Nope, bundle install should be done without sudo, and if sudo is required, then it will ask you for the password. In a lot of cases the install of gems doesn't require sudo. It's only if it decides to install the gems in the root only system repo, that can be avoided with another param. Another issue with using sudo, is the local bundler folders/files are then owned by root rather than you.</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#r4862787'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOproaXNNIqHqAo4pp4qA475US8AgFNS0sTNw4rZ4nCqFr.gif' height='1' width='1'></p>