From 2d2f36f402942a9b7a7e7e13b67a61fb829af66a Mon Sep 17 00:00:00 2001 From: Chase Mateusiak Date: Sat, 30 Nov 2024 15:02:34 -0600 Subject: [PATCH] Update README.md remove `sudo` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c6817..cf95a0d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ for ubuntu (which will work on most linux OS). You will need to make this executable by entering -`sudo chmod +x dual_threshold_optimization-macos-latest-default` in your terminal. +`chmod +x dual_threshold_optimization-macos-latest-default` in your terminal. You may also want to rename the executable to something more manageable, eg `mv dual_threshold_optimization-macos-latest-default dual_threshold_optimization` to