From 7d24428b3a31b7904c7e1df16d984c082db306ea Mon Sep 17 00:00:00 2001 From: William McCumsite Date: Fri, 28 Aug 2020 16:33:12 +0100 Subject: [PATCH] Remove the bin file section from README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 5593081..ff521af 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,6 @@ bundle install --with default --without development --path vendor WIP -### Advanced: Change the Config Path - -The application ships with the following two `bin` files: - -``` -bin/asset ... # Run with the default config -bin/asset-with-config CONFIG ... # Run with a custom config -``` -The first argument to `bin/asset-with-config` MUST be a config path. The application will use the its inbuilt defaults if the config is missing. - -This feature is primarily intended for integration purposes and is not intended for general users. - ## Operation See the help text for the main commands list: