summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 1eecf4c..0d781bb 100644
--- a/README.org
+++ b/README.org
@@ -5,7 +5,7 @@
 * help
 Often found as a bash built-in command, but this one does tell you to RTFM. It has several variants in order of appearance:
 
-+ Go ~go build -v~
++ Go ~cd 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~