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:57:00 UTC

[isis-app-simpleapp] 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-simpleapp.git


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

commit 31d62fb8c96cd5d6350915ce61ba975174cf6ca2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 19 11:56:54 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 18482cd..24c0b21 100644
--- a/README.adoc
+++ b/README.adoc
@@ -22,8 +22,7 @@ If all you want is get a feel for what the framework is all about, then take a l
 REPO=isis-app-simpleapp
 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
 ----