diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-12-30 20:52:43 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-12-30 20:52:43 -0800 |
commit | ddf378d49e4c8aa71cdfa85e0c52c8df13966a0d (patch) | |
tree | 20ee342bfccfb49ed85fcf0fc172b2ec86cb3259 /edit | |
parent | f93226d5f13434d02bd904a11400e72ff7e62bbf (diff) | |
download | mu-ddf378d49e4c8aa71cdfa85e0c52c8df13966a0d.tar.gz |
4169
Diffstat (limited to 'edit')
-rw-r--r-- | edit/Readme.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/edit/Readme.md b/edit/Readme.md index 3a18567e..698e534b 100644 --- a/edit/Readme.md +++ b/edit/Readme.md @@ -16,22 +16,20 @@ You can also run the tests for the environment: $ ./mu test edit ``` -You can also load the files more explicitly by enumerating them all: +You can also load the files more explicitly by enumerating them all (in order): ```shell $ ./mu edit/*.mu ``` -This is handy if you want to run simpler versions of the editor so you can -stage your learning. +This is handy if you want to play with simpler versions of the editor that are +easier to understand. Stop loading at any layer to run with a subset of +features: ```shell - $ ./mu edit/00[12]*.mu # run a simple editor rather than the full environment + $ ./mu edit/001*.mu edit/002*.mu # run a simple editor rather than the full environment ``` -To see how the various 'layers' are organized, peek inside the individual -`.mu` files. - --- Appendix: keyboard shortcuts |