diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-16 10:33:52 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-16 10:33:52 -0500 |
commit | eaf9162bad594040fbabc169f9b96757689528a4 (patch) | |
tree | d07d5324f549300176d8270611a389832a49a67c /bin | |
parent | 8fa52e443773e386bfd2e2f78a561c07ed94772c (diff) | |
download | stitch-eaf9162bad594040fbabc169f9b96757689528a4.tar.gz stitch-eaf9162bad594040fbabc169f9b96757689528a4.tar.bz2 stitch-eaf9162bad594040fbabc169f9b96757689528a4.zip |
Update README
Diffstat (limited to '')
-rw-r--r-- | bin/main.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/main.ml b/bin/main.ml index 1708f13..79addc1 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -74,6 +74,7 @@ let headlines_cmd = "To set up, you will need to set STITCH_DIRECTORY (SEE ENVIRONMENT) at minimum. \ Stitch does not come with any built-in note-capturing tool, but you can easily \ set one up on your own (SEE EXAMPLES)." + ; `P "Stitch currently only works with a system where you have one file per note." ; `P "When you enter the program for the first time, press '?' to see the list of \ keybindings." |