From db8e67894b16328b74d10222c2924183ae11cc71 Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Thu, 31 Aug 2023 23:57:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3674947..6905ecb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # File server -Provides access to files and their list \ No newline at end of file +Provides access to files and their list + +``` +$ file-server -h +Usage of /usr/share/file-server/file-server: + -l uint + Listening port (default 8080) (default 8080) + -p string + Path to folder (required) +```