From f9a52a5a3cb546f26f6351f63753ad93c690faed Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Thu, 1 Jun 2023 10:01:18 -0700 Subject: [PATCH] fix README.md formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e47a1..e9b564c 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ The S3 HTTP(S) server and routing is implemented using the [Fiber](https://gofib ## Getting Started -###Run the gateway with posix backend: +### Run the gateway with posix backend: ``` +mkdir /tmp/vgw ADMIN_ACCESS_KEY="testuser" ADMIN_SECRET_KEY="secret" ./versitygw --port :10000 posix /tmp/vgw ``` This will enable an S3 server on the current host listening on port 10000 and hosting the directory `/tmp/vgw`. @@ -32,4 +33,4 @@ The command format is ``` versitygw [global options] command [command options] [arguments...] ``` -The global options are specified before the backend type and the backend options are speficied after. \ No newline at end of file +The global options are specified before the backend type and the backend options are specified after.