Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-02-17 23:43:18 +0300
committerEion Robb <eion@robbmob.com>2016-02-17 23:43:18 +0300
commit160a593771cbde68558d822a03b07985d9cd45f1 (patch)
tree6fd5ff5225472705fb5d4bc269b92d94542ec11d
parent04312d82daa697bcc96cade8ed66e290e7c599d7 (diff)
parent64d99a59bd9c3357d7b560249326ad20c6bb29a7 (diff)
Merge pull request #398 from priscila225/patch-1
Update README.md to use "apt-get" instead of "apt"
-rw-r--r--skypeweb/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 3f2c638..508c07d 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -56,7 +56,7 @@ Building DEB package for Debian/Ubuntu/Mint
---------
Requires devel headers/libs for libpurple and json-glib, gcc compiler and cmake
```
- sudo apt install libpurple-dev libjson-glib-dev cmake gcc
+ sudo apt-get install libpurple-dev libjson-glib-dev cmake gcc
git clone git://github.com/EionRobb/skype4pidgin.git
cd skype4pidgin/skypeweb
mkdir build