6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-06 07:30:40 +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
cd tutor/
make local
cd tutor/local
make all
Documentation
-------------

View File

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