From 13d9d17155fee45596bb18a2639921624fb966aa Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sun, 8 Dec 2013 13:35:18 +0100 Subject: [PATCH] Update README with full command to generate spec --- rest-api-spec/README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rest-api-spec/README.markdown b/rest-api-spec/README.markdown index f13c99c8192..012b3e999cf 100644 --- a/rest-api-spec/README.markdown +++ b/rest-api-spec/README.markdown @@ -56,6 +56,10 @@ The repository contains some utilities in the `utils` directory: Run `bundle install` and then `thor list` in the _utils_ folder. +The full command to generate the api spec is: + + thor api:spec:generate --output=myfolder --elasticsearch=/path/to/es + ## License This software is licensed under the Apache 2 license.