Skip to content

Commit 8d050da

Browse files
committed
Fix repo links
1 parent 0d27a11 commit 8d050da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ After restarting the terminal, this should work:
4242

4343
64 bit Linux:
4444

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
4646
4747
32 bit Linux:
4848

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
5050

5151
64 bit MacOS:
5252

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
5454
5555
32 bit MacOS:
5656

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
5858

5959
### Using the Windows installer
6060

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).
6262
Download and run the newest installer found. After installation, the application updates automatically.
6363

6464
### Manual installation, additional steps

0 commit comments

Comments
 (0)