From 0f0a93ad4cdfe9130b695c34236d99f47cec9907 Mon Sep 17 00:00:00 2001 From: Olaf Rode <olaf.rode@fokus.fraunhofer.de> Date: Fri, 6 Dec 2024 12:38:32 +0100 Subject: [PATCH] docs: add README.md for curl example --- curl/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 curl/README.md diff --git a/curl/README.md b/curl/README.md new file mode 100644 index 0000000..8b7f86e --- /dev/null +++ b/curl/README.md @@ -0,0 +1,8 @@ +# curl + +## Voraussetzung + +Folgende Pakete werden zur Ausführung des Skripts benötigt: + +- **curl** (command line tool and library for transferring data with URLs) - (Website)[https://curl.se/] +- **jq** (leightweight and flexible command-line JSON processor) - (Website)[https://jqlang.github.io/jq/] \ No newline at end of file -- GitLab