6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-07 16:04:02 +00:00

In quickstart, suggest "make all" and not "local"

This commit is contained in:
Régis Behmo 2018-12-27 01:17:12 +01:00
parent 615cb72921
commit 5937d757fb
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ Quickstart
:: ::
git clone https://github.com/regisb/tutor git clone https://github.com/regisb/tutor
cd tutor/ cd tutor/local
make local make all
Documentation Documentation
------------- -------------

View File

@ -6,8 +6,8 @@ Quickstart
:: ::
git clone https://github.com/regisb/tutor git clone https://github.com/regisb/tutor
cd tutor/ cd tutor/local
make local make all
**That's it?** **That's it?**