diff options
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 |