Skip to content

Commit 3669c89

Browse files
committed
Directed users to the release page
Directed users to the release page instead of a direct download of the direct download link.
1 parent 3a107f6 commit 3669c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ A python script to sync Scratch's cloud variables to Turbowarp's cloud server.
1919

2020
These instructions are for Unix-based operating systems only (macOS, BSD, and Linux).
2121

22-
1. The first step is to clone the repository or download the [.zip file](https://github.com/zaid1442011/scratch-cloud-variable-sync/archive/refs/heads/main.zip) of the repository. By opening the terminal and typing:
22+
1. (Recommended for end users) The first step is to clone the repository or download the [.zip file](https://github.com/zaid1442011/scratch-cloud-variable-sync/releases) here. (Recommended for developers)By opening the terminal and typing:
2323

2424
```sh
2525
git clone https://github.com/zaid1442011/scratch-cloud-variable-sync.git
2626
```
2727

28-
If you don't have git, [install it](https://git-scm.com/downloads) or extract the [.zip file](https://github.com/zaid1442011/scratch-cloud-variable-sync/archive/refs/heads/main.zip) to the home folder.
28+
If you don't have git, [install it](https://git-scm.com/downloads) or extract the [.zip file](https://github.com/zaid1442011/scratch-cloud-variable-sync/releases) to the home folder.
2929

3030
2. Change directory to the repository:
3131

0 commit comments

Comments
 (0)