# 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