mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
Tweak install docs template
Shorten setup, add missing comma
This commit is contained in:
parent
ab8512f96c
commit
459cdfcf53
1
.github/workflows/docs-update-install.yml
vendored
1
.github/workflows/docs-update-install.yml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
|
- .github/workflows/docs-update-install.yml
|
||||||
- docs/installation/*
|
- docs/installation/*
|
||||||
|
|
||||||
# Allow to call the workflow manually
|
# Allow to call the workflow manually
|
||||||
|
@ -19,16 +19,16 @@ Do not edit here, but in docs/installation/.
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if tool.links.setup %}
|
{% if tool.links.setup %}
|
||||||
To install [{{ tool.name }}]({{ tool.links.homepage }}) follow [installation instructions]({{ tool.links.setup }}).
|
To install [{{ tool.name }}]({{ tool.links.homepage }}), see [its installation]({{ tool.links.setup }}).
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
# Install httpie
|
||||||
$ {{ tool.commands.install|join('\n$ ') }}
|
$ {{ tool.commands.install|join('\n$ ') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Upgrade
|
# Upgrade httpie
|
||||||
$ {{ tool.commands.upgrade|join('\n$ ') }}
|
$ {{ tool.commands.upgrade|join('\n$ ') }}
|
||||||
```
|
```
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user