Skip to content

Commit

Permalink
Clarify route where files are found
Browse files Browse the repository at this point in the history
  • Loading branch information
miralgj committed Apr 21, 2024
1 parent ba3b070 commit d5854af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5854af

Please sign in to comment.