Skip to content

Commit 1698e6a

Browse files
authored
Update README.md
1 parent 82065ee commit 1698e6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Each module will also have different minimum variables that need to be set.
2020
Here's an example of integrating the scouter Collector.
2121

2222
### Step 1: Download zipkin-server jar
23-
Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec) as zipkin.jar:
23+
Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=2.12.9&c=exec) as zipkin.jar:
2424

2525
```
2626
cd /tmp
27-
curl -sSL https://zipkin.io/quickstart.sh | bash -s
27+
wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=2.12.9&c=exec'
2828
```
2929

3030
### Step 2: Download the latest zipkin-storage-scouter jar

0 commit comments

Comments
 (0)