Explorar el Código

Fix readme.org format

Lily Carpenter hace 9 años
padre
commit
d5bf84e53d
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      README.org

+ 5 - 5
README.org

@@ -2,11 +2,11 @@
2 2
 ** Description
3 3
 A simple shooting game. As of this time I'm not sure what form it will take (similar to asteroids, space invaders, bullet hell?)
4 4
 ** Install
5
-*** Install [[https://www.quicklisp.org/beta/][quicklisp]]
6
-*** Clone into ~/quicklisp/local-projects/
7
-*** Clone this git repo into ~/quicklisp/local-projects/
8
-*** (ql:quickload :simple-shooter)
9
-*** (simple-shooter:start)
5
+- Install [[https://www.quicklisp.org/beta/][quicklisp]]
6
+- Clone into ~/quicklisp/local-projects/
7
+- Clone this git repo into ~/quicklisp/local-projects/
8
+- (ql:quickload :simple-shooter)
9
+- (simple-shooter:start)
10 10
 ** License
11 11
 Copyright (C) 2016 Lily Carpenter
12 12