You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/19 11:56:23 UTC

[isis-app-helloworld] branch master updated: updates README.adoc

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git


The following commit(s) were added to refs/heads/master by this push:
     new dab426c  updates README.adoc
dab426c is described below

commit dab426c41b42b3e52260c9d29b499a294b4d74b2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 19 11:56:17 2019 +0000

    updates README.adoc
    
    curl and jar, rather than separate unzip
---
 README.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index ba4901d..e68a9d0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -24,8 +24,7 @@ It provides more structure and includes examples of fixtures, unit tests, integr
 REPO=isis-app-helloworld
 BRANCH=master
 
-curl "https://codeload.github.com/apache/$REPO/zip/$BRANCH" > $REPO-$BRANCH.zip
-unzip $REPO-$BRANCH.zip
+curl "https://codeload.github.com/apache/$REPO/zip/$BRANCH" | jar xv
 mv $REPO-$BRANCH $REPO
 cd $REPO
 ----