Software /
code /
prosody-modules
Changeset
5329:107d60c70c1a
mod_rest/rest.sh: List dependencies in comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Apr 2023 15:26:41 +0200 |
parents | 5328:dd8616e68cb3 |
children | 5330:071d05b13a06 |
files | mod_rest/example/rest.sh |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_rest/example/rest.sh Fri Apr 07 15:21:33 2023 +0200 +++ b/mod_rest/example/rest.sh Fri Apr 07 15:26:41 2023 +0200 @@ -3,6 +3,11 @@ # Copyright (c) Kim Alvefur # This file is MIT/X11 licensed. +# Dependencies: +# - https://httpie.io/ +# - https://github.com/stedolan/jq +# - some sort of XDG 'open' command + # Settings HOST="" DOMAIN=""