Skip to content

Commit b22a39d

Browse files
committed
Update README.md to include instructions for cloning the latest and specific versions of the repository
1 parent 2cab7ab commit b22a39d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ The **Universal Package Updater** is a powerful, all-in-one script designed to a
4040
Clone the repository into your system:
4141

4242
```bash
43+
# Latest version
4344
git clone https://github.com/fernand3z/update-script.git
45+
# OR specific version (recommended)
46+
git clone --branch v2.0.0 https://github.com/fernand3z/update-script.git
4447
cd update-script
4548
```
4649

0 commit comments

Comments
 (0)