You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/03/20 13:06:13 UTC

[sling-aggregator] branch master updated: README: clarify repo command working dir

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 9955c2e  README: clarify repo command working dir
9955c2e is described below

commit 9955c2e0bdbbddb12642d0dcd45b6e161cb8c009
Author: Robert Munteanu <ro...@gmail.com>
AuthorDate: Tue Mar 20 14:06:12 2018 +0100

    README: clarify repo command working dir
    
    Restructure the installation instructions a bit and make it clear
    that the repo commands must be executed in the sling-aggregator checkout.
---
 README.md | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 769cd34..1c43937 100644
--- a/README.md
+++ b/README.md
@@ -13,16 +13,29 @@ Note that there are related efforts at [SLING-7331](https://issues.apache.org/ji
 This module allows quick checkout of all Sling modules from Git. It requires
 the local installation of the [repo](https://android.googlesource.com/tools/repo) tool.
 
+### Repo Tool Installation (all platforms)
+
 ```
 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
 $ chmod a+x ~/bin/repo
 ```
 
-**Install Repo on Mac with [Homebrew](https://brew.sh)**
+See also the detailed instructions at https://source.android.com/source/downloading#installing-repo.
+
+### Repo Tool Installation on Mac with 2[Homebrew](https://brew.sh)
 
     brew install repo
 
-See the detailed instructions at https://source.android.com/source/downloading#installing-repo.
+### 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

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.