diff options
author | est31 <MTest31@outlook.com> | 2016-07-08 17:07:31 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-07-08 17:07:31 +0200 |
commit | 27905f1a4a87a284e95673eeee2440a806b15d16 (patch) | |
tree | 32ef9ad78cc8c7f25911413172d1ad425e9c9669 | |
parent | 9db78dc4c4130c1ef08696e5d381a157cb66e656 (diff) | |
download | minetest-27905f1a4a87a284e95673eeee2440a806b15d16.tar.gz minetest-27905f1a4a87a284e95673eeee2440a806b15d16.tar.bz2 minetest-27905f1a4a87a284e95673eeee2440a806b15d16.zip |
Ubuntu build HOWTO: Suggest to install git instead of git-core
The package docs for the git-core Ubuntu package in all supported
Ubuntu versions, including 12.04 say:
This is a transitional dummy package. The 'git-core' package has been
renamed to 'git', which has been installed automatically. This git-core
package is now obsolete, and can safely be removed from the system if no
other package depends on it.
Fixes #4109
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index bd2dadebb..352f4628b 100644 --- a/README.txt +++ b/README.txt @@ -111,7 +111,7 @@ $ sudo dnf install make automake gcc gcc-c++ kernel-devel cmake libcurl* openal* You can install git for easily keeping your copy up to date. If you dont want git, read below on how to get the source without git. This is an example for installing git on Debian/Ubuntu: -$ sudo apt-get install git-core +$ sudo apt-get install git For Fedora users: $ sudo dnf install git-core |