File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ After restarting the terminal, this should work:
42
42
43
43
64 bit Linux:
44
44
45
- curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev /scripts/install.sh | bash -s x86_64 linux
45
+ curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main /scripts/install.sh | bash -s x86_64 linux
46
46
47
47
32 bit Linux:
48
48
49
- curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev /scripts/install.sh | bash -s i686 linux
49
+ curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main /scripts/install.sh | bash -s i686 linux
50
50
51
51
64 bit MacOS:
52
52
53
- curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev /scripts/install.sh | bash -s x86_64 mac
53
+ curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main /scripts/install.sh | bash -s x86_64 mac
54
54
55
55
32 bit MacOS:
56
56
57
- curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev /scripts/install.sh | bash -s i686 mac
57
+ curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main /scripts/install.sh | bash -s i686 mac
58
58
59
59
### Using the Windows installer
60
60
61
- Windows installer can be found [ here] ( https://github.com/rage/tmc-cli-rust/tree/dev /installer ) .
61
+ Windows installer can be found [ here] ( https://github.com/rage/tmc-cli-rust/tree/main /installer ) .
62
62
Download and run the newest installer found. After installation, the application updates automatically.
63
63
64
64
### Manual installation, additional steps
You can’t perform that action at this time.
0 commit comments