aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-11-19 10:17:38 -0200
committerRael <rael.gc@gmail.com>2015-11-19 10:17:38 -0200
commit622a55342859bd3df5321e782fa23c893c2818ed (patch)
treed577cac40ebd19986234d66f13bca41cb3c71715 /README.md
parent57a20803d5b63af55755f89d46eaffdadaea06fc (diff)
downloadscudcloud-622a55342859bd3df5321e782fa23c893c2818ed.zip
scudcloud-622a55342859bd3df5321e782fa23c893c2818ed.tar.gz
scudcloud-622a55342859bd3df5321e782fa23c893c2818ed.tar.bz2
New package release with bump minor version
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b0fc84e..546a8a0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ScudCloud - Linux Client for Slack
-![ScudCloud Logo](/scudcloud-1.0/resources/scudcloud.png?raw=true "Scud clouds are low, ragged and wind-torn cloud fragments, usually not attached to the thunderstorm base. With the 'mother' cloud, the form of them together is like a chat balloon")
+![ScudCloud Logo](/scudcloud-1.1/resources/scudcloud.png?raw=true "Scud clouds are low, ragged and wind-torn cloud fragments, usually not attached to the thunderstorm base. With the 'mother' cloud, the form of them together is like a chat balloon")
ScudCloud is a **non official** open-source Linux (Debian, Ubuntu, Kubuntu, Mint, Arch, Fedora) desktop client for [Slack](http://slack.com).
@@ -95,10 +95,10 @@ 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.0.89.tar.gz
-tar -xvf v1.0.89.tar.gz
-cd scudcloud-1.0.89
-SOURCE="scudcloud-1.0"
+wget https://github.com/raelgc/scudcloud/archive/v1.1.0.tar.gz
+tar -xvf v1.1.0.tar.gz
+cd scudcloud-1.1.0
+SOURCE="scudcloud-1.1"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
sudo mkdir -p $INSTALL/resources