diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:56:07 -0700 |
commit | 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 (patch) | |
tree | 43b05169535fe33e65ecbf61f3fb3ada5f75ed52 /new_lesson | |
parent | 22f4b76344b2d639cbfcaad56ed681670d436548 (diff) | |
download | mu-9a81d7460fdb16f4e77712e5381d9db8781f5ae6.tar.gz |
3561
Diffstat (limited to 'new_lesson')
-rwxr-xr-x | new_lesson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new_lesson b/new_lesson index 9c18ecdb..3642b823 100755 --- a/new_lesson +++ b/new_lesson @@ -1,6 +1,6 @@ #!/bin/sh -# Run this before a fresh project for 'mu edit' or 'mu sandbox' to make sure -# you don't lose any work. +# Run this before running './mu edit' or './mu sandbox' to make sure you don't +# lose any work. # # You'll be editing code in lesson/recipes.mu, and any sandboxes you create # will be in lesson/0, lesson/1, etc., from top to bottom. |