Skip to content

Commit f7aa43b

Browse files
committed
Fix native binary URL
1 parent bc64ce6 commit f7aa43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ it's been downloaded.
2525

2626
```sh
2727
# macOS
28-
curl -Lo lsif-java https://github.com/sourcegraph/lsif-java/releases/download/@STABLE_VERSION@/lsif-java-x86_64-apple-darwin \
28+
curl -Lo lsif-java https://github.com/sourcegraph/lsif-java/releases/download/v@STABLE_VERSION@/lsif-java-x86_64-apple-darwin \
2929
&& chmod +x lsif-java \
3030
&& ./lsif-java --help
3131

3232
# Linux
33-
curl -Lo lsif-java https://github.com/sourcegraph/lsif-java/releases/download/@STABLE_VERSION@/lsif-java-x86_64-pc-linux \
33+
curl -Lo lsif-java https://github.com/sourcegraph/lsif-java/releases/download/v@STABLE_VERSION@/lsif-java-x86_64-pc-linux \
3434
&& chmod +x lsif-java \
3535
&& ./lsif-java --help
3636
```

0 commit comments

Comments
 (0)