Skip to content

Commit 782f750

Browse files
committed
fix quickstart
1 parent 3743e00 commit 782f750

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/quickstart.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ Here are the steps to get a basic installation working:
4444

4545
1. Download the appropriate binary:
4646

47-
{% if git.tag and not '-' in git.tag %}* [This release ({$ git.tag $})](https://github.com/whatsnowplaying/whats-now-playing/releases/tag/{$ git.tag $}) - Download binaries for this specific version
48-
{% endif %}* [Latest stable release](https://github.com/whatsnowplaying/whats-now-playing/releases/latest) - Always points to the newest stable version
49-
* [All releases](https://github.com/whatsnowplaying/whats-now-playing/releases/) - Browse all versions including pre-releases
47+
{% if git.tag and not '-' in git.tag %}
48+
* [This release ({$ git.tag $})](<https://github.com/whatsnowplaying/whats-now-playing/releases/tag/{$ git.tag $}>) -
49+
Download binaries for this specific version
50+
{% endif %}
51+
* [Latest stable release](<https://github.com/whatsnowplaying/whats-now-playing/releases/latest>) -
52+
Always points to the newest stable version
53+
* [All releases](<https://github.com/whatsnowplaying/whats-now-playing/releases/>) -
54+
Browse all versions including pre-releases
5055

5156
Also of interest: [Current bug list](https://github.com/whatsnowplaying/whats-now-playing/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Aupdated-desc)
5257

0 commit comments

Comments
 (0)