diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-07 10:37:27 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-07 10:37:27 -0700 |
commit | f5465e1220d73e237c51897b7d1211ec53b0dc04 (patch) | |
tree | 939ee8e57241b8515aede8106c6420e330ace75a /edit/Readme | |
parent | 5ccf2653fb7d31b013f77df4e92e964e45c54f8a (diff) | |
download | mu-f5465e1220d73e237c51897b7d1211ec53b0dc04.tar.gz |
2177
Diffstat (limited to 'edit/Readme')
-rw-r--r-- | edit/Readme | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/edit/Readme b/edit/Readme deleted file mode 100644 index 30b27d9b..00000000 --- a/edit/Readme +++ /dev/null @@ -1,33 +0,0 @@ -Environment for learning programming using mu: http://akkartik.name/post/mu - -Run it from the mu directory: - - ```shell - $ ./mu edit - ``` - -This will load all the `.mu` files in this directory and then run the editor. -Press ctrl-c to quit. Press F4 to save your work (if a lesson/ directory -exists) and to run the contents of the sandbox editor on the right. - -You can also run the tests for the environment: - - ```shell - $ ./mu test edit - ``` - -You can also load the files more explicitly by enumerating them all: - - ```shell - $ ./mu edit/*.mu - ``` - -This is handy if you want to run simpler versions of the editor so you can -stage your learning. - - ```shell - $ ./mu edit/00[12]*.mu # run a simple editor rather than the full environment - ``` - -To see how the various 'layers' are organized, peek inside the individual -`.mu` files. |