From fe219a6e945ba4b4b28966d6f02dc376b3359d62 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 13 Feb 2015 08:51:27 +0100 Subject: [PATCH] Updating readme --- README.md | 26 ++++++++++++++++++++++++++ README.txt | 2 -- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 README.md delete mode 100755 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000000..7d3021cf7b --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Chamilo 1.10.x + +## Installation + +Clone the repository + +``` +git clone https://github.com/chamilo/chamilo-lms.git chamilo-1.10 +``` + +Checkout branch 1.10.x + +``` +cd chamilo-1.10 +git checkout --track origin/1.10.x +git config --global push.default current +``` + +Update dependencies using Composer + +``` +composer update +``` + +# Documentation +For more information on Chamilo, visit https://stable.chamilo.org/documentation diff --git a/README.txt b/README.txt deleted file mode 100755 index a77851bc87..0000000000 --- a/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -For more information on Chamilo, open documentation/index.html in this directory with a web browser. -