docs: Update README to mention that compiled scripts are faster

This commit is contained in:
Ethan P 2020-04-27 19:09:59 -07:00
parent d81456872b
commit bad5ab13a2
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -49,7 +49,7 @@ Pretty-print source code and highlight it with `bat`.
The scripts in this repository are designed to run as-is, provided that they aren't moved around. The scripts in this repository are designed to run as-is, provided that they aren't moved around.
This means that you're free to just symlink `src/[script].sh` to your local bin folder. This means that you're free to just symlink `src/[script].sh` to your local bin folder.
If you would rather have self-contained scripts that you can place and run anywhere, you can use the `build.sh` script to create (and optionally install) them. If you would rather have *faster*, self-contained scripts that you can place and run anywhere, you can use the `build.sh` script to create (and optionally install) them.