From bad5ab13a28c0b03e1e3b7a5dcbd66d1ee080185 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Mon, 27 Apr 2020 19:09:59 -0700 Subject: [PATCH] docs: Update README to mention that compiled scripts are faster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0849d..ee4b3b6 100644 --- a/README.md +++ b/README.md @@ -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. 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.