mod_rest/rest.sh: List dependencies in comment
authorKim Alvefur <zash@zash.se>
Fri, 07 Apr 2023 15:26:41 +0200
changeset 5333 107d60c70c1a
parent 5332 dd8616e68cb3
child 5334 071d05b13a06
mod_rest/rest.sh: List dependencies in comment
mod_rest/example/rest.sh
--- 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=""