diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-10 09:46:03 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-10 09:46:03 -0500 |
commit | 870a4b7792572c1bb28c2dcf7035d5859de3a6da (patch) | |
tree | 0b77de281007f17d0b949aa4901bd5454384c927 | |
parent | 54ca685422a37b3ebf4e24596d094a708834f221 (diff) | |
download | stitch-870a4b7792572c1bb28c2dcf7035d5859de3a6da.tar.gz stitch-870a4b7792572c1bb28c2dcf7035d5859de3a6da.tar.bz2 stitch-870a4b7792572c1bb28c2dcf7035d5859de3a6da.zip |
Update README
I don't want Stitch to depend on GNU Grep, but it is ATM.
At some point we should change it to work with busybox as well.
Diffstat (limited to '')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,6 +91,8 @@ _________________ STITCH_DIRECTORY, which should be an absolute path to where you want to store your notes, for stitch to work. + Stitch depends on GNU Grep or Ugrep. + 1.6 DEVELOPMENT & BUILDING ~~~~~~~~~~~~~~~~~~~~~~~~~~ |