From d5854afc12f9e6cb8bbc7cd4259b627176ef6d27 Mon Sep 17 00:00:00 2001 From: Gilberto Miralla-Flores <8450725+miralgj@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:53:09 -0400 Subject: [PATCH] Clarify route where files are found --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d76e4..7bfaa5d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ curl -s -X POST -d '{"name":"ps", "args": ["-l"]}' http://10.0.0.1:3000/ ### Serving Output Files -If an exposed command generates files, you can expose a directory with the `--files-dir` option to make them available for download. +If an exposed command generates files, you can expose a directory with the `--files-dir` option to make them available for download at http://${IP}:${PORT}/files/. ``` si --command /usr/bin/customscript --files-dir /tmp/outputdir