Skip to content

Commit 04db521

Browse files
authored
Updated manual installation instructions
1 parent de0167d commit 04db521

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,27 @@ After restarting the terminal, this should work:
6262
Windows installer can be found [here](https://github.com/rage/tmc-cli-rust/tree/dev/installer).
6363
Download and run the newest installer found. After installation, the application updates automatically.
6464

65-
### Manual installation
65+
### Manual installation, additional steps
6666

67-
If using the installers is not an option for you, you can download the [latest release](https://github.com/rage/tmc-cli-rust/releases/latest) manually.
68-
69-
Windows: tmc-cli-rust.exe
70-
71-
Linux/OS X: tmc-cli-rust
67+
If using the installers is not an option for you, you can build the source code by yourself, or download the [latest published build](https://github.com/rage/tmc-cli-rust/#published-builds).
7268

7369
#### For Linux:
7470

75-
After downloading 'tmc-cli-rust', navigate to the directory it's located in and make it an executable with the command
71+
After downloading the executable, navigate to the directory it's located in and make it an executable with the command
7672

77-
chmod u+x ./tmc-cli-rust
73+
chmod u+x ./<executable name>
7874

79-
To use the software from any directory, you can add it to your environmental variables with the following command (substituting DIRECTORY for the location where tmc-cli-rust resides at.)
75+
To use the software from any directory, you can add it to your environmental variables with the following command (substituting <directory> for the location where the executable resides at and <executable name> for the executable name.)
8076

81-
echo "alias tmc='DIRECTORY/tmc-cli-rust'" >> "$HOME/.bashrc"
77+
echo "alias tmc='<directory>/<executable name>'" >> "$HOME/.bashrc"
8278

8379
#### For Windows:
8480

85-
After downloading tmc-cli-rust.exe you can start using it from the command line by navigating to the directory it resides at.
81+
After downloading the executable you can start using it from the command line by navigating to the directory it resides at.
8682

87-
To be able to use it from any directory, you can add it to your environmental variables with the following command. (substituting DIRECTORY for the directory where tmc-cli-rust.exe resides at)
83+
To be able to use it from any directory, you can add it to your environmental variables with the following command. (substituting <directory> for the directory where the executable resides at)
8884

89-
set PATH=%PATH%;DIRECTORY
85+
set PATH=%PATH%;<directory>
9086

9187
## Commands
9288

0 commit comments

Comments
 (0)