update readme to tell people to chmod the linux binary
This commit is contained in:
parent
d5927ae125
commit
6180a5009b
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@ run `cargo install idmangler-cli`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### 1) Setting up the terminal
|
### 1) Setting up
|
||||||
- #### 1a) Linux:
|
- #### 1a) Linux:
|
||||||
- Open your preferred terminal emulator, and make sure the working directory is the directory with idmangler-cli extracted inside.
|
- 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.
|
- 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:
|
- #### 1b) Windows:
|
||||||
- Open the folder where idmangler-cli is extracted to in Windows File Explorer.
|
- 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.
|
- Then, click the empty space in the top bar (it shows the path e.g. "This PC > Downloads") and type `cmd` and press enter.
|
||||||
|
|
Loading…
Reference in a new issue