Parcourir la source

Replace README by README.md

Baptiste Jonglez il y a 10 ans
Parent
commit
71d5c26703
3 fichiers modifiés avec 19 ajouts et 20 suppressions
  1. 0 19
      README
  2. 0 1
      README.md
  3. 19 0
      README.md

+ 0 - 19
README

@@ -1,19 +0,0 @@
-dn42 peer finder
-
-
-# Quickstart
-
-- copy config.py.sample to config.py
-- `pip install -r requirements.txt` (should work with python2 and python3)
-- `./peerfinder.py runserver`
-
-
-# Manage participants
-
-Very crude at the moment.  List participants:
-
-    ./manage_participants
-
-Activate participant whose ID is 42:
-
-    ./manage_participants.py 42

+ 0 - 1
README.md

@@ -1 +0,0 @@
-README

+ 19 - 0
README.md

@@ -0,0 +1,19 @@
+dn42 peer finder
+
+
+# Quickstart
+
+- copy config.py.sample to config.py
+- `pip install -r requirements.txt` (should work with python2 and python3)
+- `./peerfinder.py runserver`
+
+
+# Manage participants
+
+Very crude at the moment.  List participants:
+
+    ./manage_participants
+
+Activate participant whose ID is 42:
+
+    ./manage_participants.py 42