Skip to content

Commit 459cdfc

Browse files
committed
Tweak install docs template
Shorten setup, add missing comma
1 parent ab8512f commit 459cdfc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docs-update-install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- master
55
paths:
6+
- .github/workflows/docs-update-install.yml
67
- docs/installation/*
78

89
# Allow to call the workflow manually

docs/installation/installation.jinja2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Do not edit here, but in docs/installation/.
1919
{% endif %}
2020

2121
{% if tool.links.setup %}
22-
To install [{{ tool.name }}]({{ tool.links.homepage }}) follow [installation instructions]({{ tool.links.setup }}).
22+
To install [{{ tool.name }}]({{ tool.links.homepage }}), see [its installation]({{ tool.links.setup }}).
2323
{% endif %}
2424

2525
```bash
26-
# Install
26+
# Install httpie
2727
$ {{ tool.commands.install|join('\n$ ') }}
2828
```
2929

3030
```bash
31-
# Upgrade
31+
# Upgrade httpie
3232
$ {{ tool.commands.upgrade|join('\n$ ') }}
3333
```
3434
{% endfor %}

0 commit comments

Comments
 (0)