clarify repo sync on unreliable connections

This commit is contained in:
Daniel Micay 2020-04-23 15:34:17 -04:00
parent cc3d8c351f
commit 8442e2f898

View File

@ -226,8 +226,8 @@ repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 10
repo sync -j32</pre>
<p>If your network is unreliable and <code>repo sync</code> fails, you can run the
<code>repo sync</code> command again as many times as needed for it to fully
succeed.</p>
<code>repo sync</code> command again to continue from where it was interrupted. It
handles connection failures robustly and you shouldn't start over from scratch.</p>
<h2 id="stable-release">
<a href="#stable-release">Stable release</a>