From 6180a5009ba892b87b368ffe1f730468144ec0ea Mon Sep 17 00:00:00 2001 From: endernon Date: Sun, 29 Dec 2024 20:06:21 +0000 Subject: [PATCH] update readme to tell people to chmod the linux binary --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a45509..bcb88d3 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ run `cargo install idmangler-cli`. ## Usage -### 1) Setting up the terminal +### 1) Setting up - #### 1a) Linux: - Open your preferred terminal emulator, and make sure the working directory is the directory with idmangler-cli extracted inside. - Otherwise, if it's the wrong directory, run `cd PATH_TO_IDMANGLER_CLI_DIR` where `PATH_TO_IDMANGLER_CLI_DIR` is where idmangler-cli is stored. + - Run `chmod +x idmangler-cli` because by default it doesn't have executable permissions. - #### 1b) Windows: - Open the folder where idmangler-cli is extracted to in Windows File Explorer. - Then, click the empty space in the top bar (it shows the path e.g. "This PC > Downloads") and type `cmd` and press enter.