We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e20762 commit 0c2e671Copy full SHA for 0c2e671
1 file changed
README.md
@@ -143,8 +143,8 @@ dependencies {
143
144
### Quick Start (No Maven Required)
145
146
-1. Download JAR from Maven Central: https://repo1.maven.org/maven2/io/github/andrestubbe/fastrobot/2.0.0/fastrobot-2.0.0.jar
147
-2. Run demos directly: `java -cp ".;fastrobot-2.0.0.jar" fastrobot.DesktopStreamDemo`
+1. Download JAR from JitPack: https://jitpack.io/com/github/andrestubbe/fastrobot/v2.0.0/fastrobot-v2.0.0.jar
+2. Run demos directly: `java -cp ".;fastrobot-v2.0.0.jar" fastrobot.DesktopStreamDemo`
148
149
### Basic Usage
150
0 commit comments