Skip to content

Commit c3a610f

Browse files
committed
Revert "Fixed Git Clone URLs (#32)"
This reverts commit 7852b29
1 parent 754a196 commit c3a610f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@
7676

7777
Linux / OSX
7878
```
79-
git clone https://github.com/CloudNetService/CloudNet-v3.git
79+
git clone https://github.com/Dytanic/CloudNet-3.X.git
8080
cd CloudNet-3.X
8181
./gradlew
8282
```
8383

8484
Windows
8585
```
86-
git clone https://github.com/CloudNetService/CloudNet-v3.git
86+
git clone https://github.com/Dytanic/CloudNet-3.X.git
8787
cd CloudNet-3.X
8888
gradlew.bat
8989
```
@@ -101,4 +101,4 @@ java -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:CompileThreshold=100 -XX:+UnlockEx
101101
The launcher should install the application files, then the dependencies. If it is finished, it will run the application itself.
102102
For each version, this preparation is done dynamically.
103103

104-
**Try it out!**
104+
**Try it out!**

0 commit comments

Comments
 (0)