Browse Source

Fix readme.org format

Lily Carpenter 9 years ago
parent
commit
d5bf84e53d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.org

+ 5 - 5
README.org

2
 ** Description
2
 ** Description
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?)
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
 ** Install
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
 ** License
10
 ** License
11
 Copyright (C) 2016 Lily Carpenter
11
 Copyright (C) 2016 Lily Carpenter
12
 
12