This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git


The following commit(s) were added to refs/heads/master by this push:
     new b4065d2  README: correct and simplify repo checkout instructions
b4065d2 is described below

commit b4065d25a6903f0a4f03392b13cc7bcd83dc8aea
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jul 20 22:02:51 2018 +0200

    README: correct and simplify repo checkout instructions
---
 README.md | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index d9f8e64..baa6058 100644
--- a/README.md
+++ b/README.md
@@ -66,29 +66,16 @@ See also the detailed instructions at 
https://source.android.com/source/download
 
 ### Synchronizing all Git repositories
 
-Clone this repository if needed
-
-```
-git clone https://github.com/apache/sling-aggregator.git
-cd sling-aggregator
-```
-
 Initialise the local repo checkout and synchronise all git repositories. The 
commands below must be run in the sling-aggreator git checkout.
 
 ```
 $ repo init --no-clone-bundle -u https://github.com/apache/sling-aggregator.git
-$ repo sync --no-clone-bundle
+$ repo sync --no-clone-bundle -j 16
 ```
 
 The output is a flat list of all Sling modules.
 
-### Speeding up sync
-
-Syncing all Sling modules can take a while, so if your network is fast enough 
you can try using multiple jobs in parallel. To use 16 jobs, run
-
-```
-$ repo sync -j 16
-```
+The `-j 16` flag instructs repo to run 16 parallel checkout jobs and is added 
for performance reasons only.
 
 ### Updating the list of modules
 

Reply via email to