From 8d050da2810a95e6b56d82803df26a37da92d32d Mon Sep 17 00:00:00 2001 From: Heliozoa Date: Wed, 16 Mar 2022 12:55:28 +0200 Subject: [PATCH] Fix repo links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ef9102..e1c5746 100644 --- a/README.md +++ b/README.md @@ -42,23 +42,23 @@ After restarting the terminal, this should work: 64 bit Linux: - curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev/scripts/install.sh | bash -s x86_64 linux + curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main/scripts/install.sh | bash -s x86_64 linux 32 bit Linux: - curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev/scripts/install.sh | bash -s i686 linux + curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main/scripts/install.sh | bash -s i686 linux 64 bit MacOS: - curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev/scripts/install.sh | bash -s x86_64 mac + curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main/scripts/install.sh | bash -s x86_64 mac 32 bit MacOS: - curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/dev/scripts/install.sh | bash -s i686 mac + curl -0 https://raw.githubusercontent.com/rage/tmc-cli-rust/main/scripts/install.sh | bash -s i686 mac ### Using the Windows installer -Windows installer can be found [here](https://github.com/rage/tmc-cli-rust/tree/dev/installer). +Windows installer can be found [here](https://github.com/rage/tmc-cli-rust/tree/main/installer). Download and run the newest installer found. After installation, the application updates automatically. ### Manual installation, additional steps