<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>"Gems will be installed to your default system location for gems. If your system gems are stored in a root-owned location (such as in Mac OSX), bundle will ask for your root password to install them there."</p>

<p><a href="http://gembundler.com/v1.3/bundle_install.html">http://gembundler.com/v1.3/bundle_install.html</a></p>

<p>Thus without using sudo it will ask for your sudo password if it's installing system wide, which it does by default. If it doesn't install any new gems as they have all been installed previously it won't ask for your password.</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#r4862982'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOproaXNNIqHqAo4pp4qA475US8AgFNS0sTNw4rZ4nCqFr.gif' height='1' width='1'></p>