From e1688023797774ec6540801fa95b8aec257faf82 Mon Sep 17 00:00:00 2001 From: Em Date: Fri, 2 Aug 2019 09:28:28 +0200 Subject: [PATCH] docs: tried to fix #1250 --- docs/01-usage/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-usage/getting-started.md b/docs/01-usage/getting-started.md index ddea6bde..26e5a8ad 100644 --- a/docs/01-usage/getting-started.md +++ b/docs/01-usage/getting-started.md @@ -3,6 +3,7 @@ ## Manual setup You can use **semantic-release** with the following manual setup steps: + 1. [Install **semantic-release**](installation.md) either locally for your project or globally 1. Configure: 1. Your Continuous Integration service to [run **semantic-release**](ci-configuration.md#run-semantic-release-only-after-all-tests-succeeded) @@ -23,6 +24,7 @@ $ cd your-module $ semantic-release-cli setup ``` The output looks something like this: + ![dialogue](../../media/semantic-release-cli.png) Available options and other information can be found on [`semantic-release-cli`'s doc](https://github.com/semantic-release/cli#semantic-release-cli).