diff options
author | JulR43 <jul.reich43@openmailbox.org> | 2015-01-28 17:29:16 +0000 |
---|---|---|
committer | JulR43 <jul.reich43@openmailbox.org> | 2015-01-28 17:29:16 +0000 |
commit | b9b110c82fff4d2a6cded4bc674c707f6772b85b (patch) | |
tree | 2486792cff0e3ecee368a5bbb0aacc91a0599cae | |
parent | 0216a10a129210abbc36fdbbcd29acf445e75ff5 (diff) | |
download | etherpad-lite-b9b110c82fff4d2a6cded4bc674c707f6772b85b.zip |
Change git-core to git
git-core package is an obsolete transitional package, it was renamed git.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |