diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # SCRUBS - Let's Prepare The Operation -Scrubs is a little documentation tool written in POSIX-Shell. It should make easier to work in teams in a suckless way. +Scrubs is a little documentation tool written in POSIX-Shell. It should make easier to work in teams in a suckless way, without having to it without any documentation. ## Features @@ -46,6 +46,7 @@ There is a *Makefile* so you are able to install `scrubs` with: ``` bash sudo make install ``` +Note that if you want to use the `search` functionality you have to install `fzf`. To uninstall |