summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulR43 <jul.reich43@openmailbox.org>2015-01-28 17:29:16 +0000
committerJulR43 <jul.reich43@openmailbox.org>2015-01-28 17:29:16 +0000
commitb9b110c82fff4d2a6cded4bc674c707f6772b85b (patch)
tree2486792cff0e3ecee368a5bbb0aacc91a0599cae
parent0216a10a129210abbc36fdbbcd29acf445e75ff5 (diff)
downloadetherpad-lite-b9b110c82fff4d2a6cded4bc674c707f6772b85b.zip
Change git-core to git
git-core package is an obsolete transitional package, it was renamed git.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0cddb0b0..48ff434e 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ Update to the latest version with `git pull origin`, then run `bin\installOnWind
## GNU/Linux and other UNIX-like systems
You'll need gzip, git, curl, libssl develop libraries, python and gcc.
-- *For Debian/Ubuntu*: `apt-get install gzip git-core curl python libssl-dev pkg-config build-essential`
-- *For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"`
+- *For Debian/Ubuntu*: `apt-get install gzip git curl python libssl-dev pkg-config build-essential`
+- *For Fedora/CentOS*: `yum install gzip git curl python openssl-devel && yum groupinstall "Development Tools"`
- *For FreeBSD*: `portinstall node, npm, git (optional)`
Additionally, you'll need [node.js](http://nodejs.org) installed, Ideally the latest stable version, we recommend installing/compiling nodejs from source (avoiding apt).