aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-09-22 16:34:01 -0300
committerRael <rael.gc@gmail.com>2015-09-22 16:34:01 -0300
commit5784b7586b481d4993cc01eaf1a7f9cf7d52a794 (patch)
tree609eddd59a89ea8d356d1526a8ff1867493d714f /README.md
parenteb1616bec00e332a206beaa6e0f55a7dec58498c (diff)
downloadscudcloud-5784b7586b481d4993cc01eaf1a7f9cf7d52a794.zip
scudcloud-5784b7586b481d4993cc01eaf1a7f9cf7d52a794.tar.gz
scudcloud-5784b7586b481d4993cc01eaf1a7f9cf7d52a794.tar.bz2
New package release
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 59da367..e64a6cf 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ sudo apt-get update
sudo apt-get install scudcloud
```
-If you want **spell checking** (it'll only mark wrong words in red, but no suggestions), add the `hunspell` dictionary for your language. For `en-us`:
+If you want **spell checking**, add the `hunspell` dictionary for your language. For `en-us`:
sudo apt-get install hunspell-en-us
@@ -76,9 +76,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.0.67.tar.gz
-tar -xvf v1.0.67.tar.gz
-cd scudcloud-1.0.67
+wget https://github.com/raelgc/scudcloud/archive/v1.0.68.tar.gz
+tar -xvf v1.0.68.tar.gz
+cd scudcloud-1.0.68
SOURCE="scudcloud-1.0"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib