summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-13 10:48:05 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-13 10:48:05 -0500
commita1e8f67e3ac8cd509613e0e43a3c5076a36aae08 (patch)
tree24a9968fe2295f8b3b00cb70f16d8008ffc1290b
parent6d3d63cdce886c9484e6d2410019643998678656 (diff)
github org file rendering tweaks
-rw-r--r--README.org17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.org b/README.org
index 52ff593..e6437a2 100644
--- a/README.org
+++ b/README.org
@@ -10,7 +10,7 @@ glorious gif is seen.
*** To test in the repl
-1. clone this repo and granolin into your =~/quicklisp/local-projects= directory. For example:
+- Clone this repo and granolin into your =~/quicklisp/local-projects= directory. For example:
#+BEGIN_SRC bash
@@ -20,7 +20,7 @@ git clone https://github.com/cbeo/granolin granolin
#+END_SRC
-2. fire up lisp and load the posterbot system, make a new instance, log in, and start
+- Fire up lisp and load the posterbot system, make a new instance, log in, and start
#+BEGIN_SRC lisp
@@ -37,17 +37,17 @@ git clone https://github.com/cbeo/granolin granolin
#+END_SRC
-3. Invite the bot to a room, it should automatically accept your invitation.
+- Invite the bot to a room, it should automatically accept your invitation.
-4. Post a link to an image. The link should end in one of =.gif=, =.jpg=, =.bmp=, =.jpeg=, or =.png=.
+- Post a link to an image. The link should end in one of =.gif=, =.jpg=, =.bmp=, =.jpeg=, or =.png=.
*** To build a "stand alone" bot
-1. Get posterbot and granolin into a place where quicklisp can find them, as in 1 above.
+- Get posterbot and granolin into a place where quicklisp can find them, as in 1 above.
-2. from a terminal (not from emacs and slime) fire up SBCL, and do the following:
+- From a terminal (not from emacs and slime) fire up SBCL, and do the following:
#+BEGIN_SRC lisp
@@ -62,7 +62,7 @@ git clone https://github.com/cbeo/granolin granolin
#+END_SRC
-3. Make a =posterbot.config= file. The following is an example:
+- Make a =posterbot.config= file. The following is an example:
#+BEGIN_SRC
@@ -74,8 +74,7 @@ git clone https://github.com/cbeo/granolin granolin
)
#+END_SRC
-
-4. Then, from the same directory that the config file is in, just do
+- Then, from the same directory that the config file is in, just do
#+BEGIN_SRC bash