Quellcode durchsuchen

better readme: debian package info

Guénaël Muller vor 7 Jahren
Ursprung
Commit
b7cfee5b1c
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 8 1
      README.md

+ 8 - 1
README.md Datei anzeigen

@@ -14,7 +14,14 @@ Installation
14 14
 
15 15
 ### Distribution dependencies ###
16 16
 
17
-TODO
17
+on Debian Stretch (9) :
18
+
19
+    sudo apt install git
20
+    sudo apt install python3 python-virtualenv python3-dev python-pip
21
+
22
+### Get the source ###
23
+
24
+    git clone https://github.com/tracim/tracim_backend.git
18 25
 
19 26
 ### Setup Python Virtualenv ###
20 27