From 7a9e31a8d32469e46d0f837277db09c719616fe9 Mon Sep 17 00:00:00 2001 From: d0c Date: Wed, 4 Jan 2023 14:27:06 +0100 Subject: [PATCH] update readme --- Readme.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/Readme.md b/Readme.md index fec2d1c..7c0ca06 100644 --- a/Readme.md +++ b/Readme.md @@ -1,22 +1,7 @@ # Suitable Phones -## Setup -Clone this repository. - -Download Lineage official wiki as data source: - -``` -git clone https://github.com/LineageOS/lineage_wiki.git -``` - -Yaml file descripting all devices are in _"lineage_wiki/_data/devices/"_ - -Set the proper path in var _LINEAGEWIKI_ - -TODO: choose where to set _LINEAGEWIKI_ - -## Installation: +## Installation ``` git clone https://git.lattuga.net/d0c/suitablephones.git @@ -25,4 +10,20 @@ 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 +``` + +## Setup + +Download Lineage official wiki as data source. +Yaml file descripting all devices are in _"lineage_wiki/_data/devices/"_ + +``` +git clone https://github.com/LineageOS/lineage_wiki.git +``` + +Set _LINEAGEWIKI_ variable in _mysuitablephone/settings.py_ with the proper path of lineage_wiki. + +es. +``` +LINEAGEWIKI = '/home/d0c/lineage_wiki' +```