You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,31 +62,27 @@ After restarting the terminal, this should work:
62
62
Windows installer can be found [here](https://github.com/rage/tmc-cli-rust/tree/dev/installer).
63
63
Download and run the newest installer found. After installation, the application updates automatically.
64
64
65
-
### Manual installation
65
+
### Manual installation, additional steps
66
66
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).
72
68
73
69
#### For Linux:
74
70
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
76
72
77
-
chmod u+x ./tmc-cli-rust
73
+
chmod u+x ./<executable name>
78
74
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 <executablename> for the executable name.)
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.
86
82
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)
0 commit comments