From 02ef6f383f5995b827956d8cbee7ecee7355d7f1 Mon Sep 17 00:00:00 2001 From: Tommy Williams Date: Wed, 12 Feb 2025 20:30:04 -0500 Subject: [PATCH] Update README.md gnu utils have different trailing slash behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 645ad89..6c5e861 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ On Linux, you can install them like so: ```shell $ curl -L -o /tmp/stfs "https://github.com/pojntfx/stfs/releases/latest/download/stfs.linux-$(uname -m)" -$ sudo install /tmp/stfs /usr/local/bin +$ sudo install /tmp/stfs /usr/local/bin/ ``` On macOS, you can use the following: