aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-11-23 14:38:50 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-11-23 14:38:50 +0100
commitbbf2b5b657eab9ce1b504f3984a5b5fdd3dadf2a (patch)
treeb1b180d74ae9d945f5bbdf285032b8d894841306 /README.md
parentc0bf421b580b8b2ac77570e69b32135311f4d519 (diff)
parentc8b0117d18188b59ff188a3dc0c7c7e6dc662fc8 (diff)
downloadscudcloud-bbf2b5b657eab9ce1b504f3984a5b5fdd3dadf2a.zip
scudcloud-bbf2b5b657eab9ce1b504f3984a5b5fdd3dadf2a.tar.gz
scudcloud-bbf2b5b657eab9ce1b504f3984a5b5fdd3dadf2a.tar.bz2
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 546a8a0..d228f1f 100644
--- a/README.md
+++ b/README.md
@@ -95,9 +95,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt
Then run the below script: it'll download the code and install it:
```bash
-wget https://github.com/raelgc/scudcloud/archive/v1.1.0.tar.gz
-tar -xvf v1.1.0.tar.gz
-cd scudcloud-1.1.0
+wget https://github.com/raelgc/scudcloud/archive/v1.1.1.tar.gz
+tar -xvf v1.1.1.tar.gz
+cd scudcloud-1.1.1
SOURCE="scudcloud-1.1"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib