docs: Fixed binary location in README

This commit is contained in:
Aerex 2021-07-05 15:50:23 -05:00
parent d3dd08081b
commit a09bc5aff1
1 changed files with 1 additions and 1 deletions

View File

@ -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). 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 ### Use the CLI
Run the command `./vendor/baikalstorage` and follow the instructions Run the command `./vendor/bin/baikalstorage` and follow the instructions
### Manual ### Manual
Copy the `example-config.yaml` file and rename it to `config.yaml`. Copy the `example-config.yaml` file and rename it to `config.yaml`.