summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org25
1 files changed, 8 insertions, 17 deletions
diff --git a/README.org b/README.org
index 20db6f9..ee19cf8 100644
--- a/README.org
+++ b/README.org
@@ -2,22 +2,13 @@
 #+DESCRIPTION: Often found as a bash built-in command, but this one does tell you to RTFM
 #+AUTHOR: Aoi Koizumi
 
-* Compile
-#+BEGIN_SRC sh
-$ go build -v -o help
-#+END_SRC
-
-* Run
-#+BEGIN_SRC sh
-$ ./help
-akoizumi would you mind reading the fucking manual pages?
-#+END_SRC
-
-There's even a V spin available at ~v/~
-#+BEGIN_SRC sh
-$ cd v
-$ v -o help
-$ ./help
-#+END_SRC
+* help
+Often found as a bash built-in command, but this one does tell you to RTFM. It has five variants in order of appearance:
+
++ Go ~go build -v~
++ V ~cd v && v -o help~
++ CHICKEN Scheme ~cd chicken && csc help.scm || cd chicken && csi help.scm~
++ Lua ~cd lua && lua5(1/2/3/4) help.lua~
++ Shell ~cd sh && sh help.sh~
 
 Licensed under [[file:COPYING][DPL-1.1]]