From 7ec5a5a96cba322806ec7364aa93c7b6c826d949 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 2 Nov 2013 21:09:02 +0000 Subject: Updated some stuff about submodule init. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9b1f14e7..c6cf656e9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installation To install MCServer, you can either download the repository and compile it, or download a pre-compiled version. -If you are cloning the repository, you are required to recursively download the submodules also with `git clone -r`. When pulling, you should use `git pull --recurse-submodules`. You might want to set the base forms as aliases to these. +After you've cloned the repository, you probably want to pull down the submodules (core plugins, some dependencies). This can be achieved with `git submodule init` and then on a regular basis (to keep up to date) `git submodule update`. Compilation instructions are available in the COMPILING file. -- cgit v1.2.3 From ac5a65915f3a6a71ed1fb0a1548054efe1120b29 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 2 Nov 2013 21:10:54 +0000 Subject: Update READme a bit more --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c6cf656e9..df1044d57 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ Other Stuff ----------- For other stuff, including plugins and discussion, check the [forums](http://forum.mc-server.org) and [wiki](http://mc-server.org/wiki/). + +Earn bitcoins for commits or donate for continued development: [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) -- cgit v1.2.3 From 7a798294eeafb8240632de6a4032b91870fbb29b Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Sat, 2 Nov 2013 22:22:30 +0100 Subject: Updated README.md since MCServer development will continue even if people don't donate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index df1044d57..255d9d467 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ Other Stuff For other stuff, including plugins and discussion, check the [forums](http://forum.mc-server.org) and [wiki](http://mc-server.org/wiki/). -Earn bitcoins for commits or donate for continued development: [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) +Earn bitcoins for commits or donate to reward the MCServer developers: [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) -- cgit v1.2.3