From a09bc5aff1f8f09578a566bdb4f9226375b34d46 Mon Sep 17 00:00:00 2001 From: Aerex Date: Mon, 5 Jul 2021 15:50:23 -0500 Subject: [PATCH] docs: Fixed binary location in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab9828e..b613f4f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ composer require aerex/baikal-storage-plugin You can use the CLI to help you generate a config file or use the example configuration provided in the project. Make sure the file is *writable* by your webserver (e.g Apache, Nginx). ### Use the CLI -Run the command `./vendor/baikalstorage` and follow the instructions +Run the command `./vendor/bin/baikalstorage` and follow the instructions ### Manual Copy the `example-config.yaml` file and rename it to `config.yaml`.