about summary refs log tree commit diff stats
path: root/apps/ex3.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ex3.subx')
-rw-r--r--apps/ex3.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ex3.subx b/apps/ex3.subx
index 66f2b3a3..d75db65a 100644
--- a/apps/ex3.subx
+++ b/apps/ex3.subx
@@ -1,8 +1,8 @@
 # Add the first 10 numbers, and return the result in the exit code.
 #
 # To run:
-#   $ ./subx translate init.linux examples/ex3.subx -o examples/ex3
-#   $ ./subx run examples/ex3
+#   $ ./bootstrap translate init.linux apps/ex3.subx -o apps/ex3
+#   $ ./bootstrap run apps/ex3
 # Expected result:
 #   $ echo $?
 #   55