From 398f1d72c513c2e5ba4ed8661de4262e929d0525 Mon Sep 17 00:00:00 2001 From: parruc Date: Tue, 3 Jan 2023 12:35:43 +0100 Subject: [PATCH] Aggiorna 'Readme.md' --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 91a1270..fec2d1c 100644 --- a/Readme.md +++ b/Readme.md @@ -16,12 +16,13 @@ Set the proper path in var _LINEAGEWIKI_ TODO: choose where to set _LINEAGEWIKI_ -Installation: -``` +## Installation: +``` git clone https://git.lattuga.net/d0c/suitablephones.git virtualenv . bin/pip install -r requirements.txt bin/python manage.py migrate bin/python manage.py createsuperuser bin/python manage.py runserver +``` \ No newline at end of file