瀏覽代碼

Fix readme.org format

Lily Carpenter 9 年之前
父節點
當前提交
d5bf84e53d
共有 1 個文件被更改,包括 5 次插入5 次删除
  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