From 627315ede9067754d973dd35727bfa9bc1a06526 Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Mon, 20 May 2024 20:00:53 +0200 Subject: [PATCH] Minor documentation fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e11ded..1a70ced 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ This utility uses: ```bash docker pull bootmediaalix/snowflakeservice - docker run -e %{set required .env, see below} -p 9567:9567 -v /data/b00tload-services/snowflake:%{desired path on host} bootmediaalix/snowflakeservice + docker run -e %{set required .env, see below} -p 9567:9567 -v %{desired path on host}:/data/b00tload-tools/snowflake bootmediaalix/snowflakeservice ``` ### Containerless -A containerless installation is possible, although not supported. For development convenience the application base directory is located in `~/.b00tload-services/snowflake` instead of `/data/b00tload-services/snowflake`. +A containerless installation is possible, although not supported. For development convenience the application base directory is located in `~/.b00tload-tools/snowflake` instead of `/data/b00tload-tools/snowflake`. If you want to work containerless you are on your own. ## Environment Variables @@ -52,7 +52,7 @@ To run this project, you may add the following environment variables to your .en Response example: ```json { - "id": "50990430426234880" + "id": "50990430426234880" } ```