From 76fcf5e67f20c58b987795b56b2994f65b96be1c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 15 Aug 2025 14:39:47 -0600 Subject: [PATCH] docs: Fixed a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce6de7..1b39e74 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ To use a binary from the releases page on Linux/MacOS, do the following: 1. Download the latest [binary](https://github.com/Dark-Alex-17/managarr/releases) for your OS. 2. `cd` to the directory where you downloaded the binary. -3. Extract the binary with `tar -C /usr/local/bin -xzf managarr-.tar.gz` (NB: This may require `sudo`) +3. Extract the binary with `tar -C /usr/local/bin -xzf managarr-.tar.gz` (Note: This may require `sudo`) 4. Now you can run `managarr`! ## Features