From 459f807e67d3c6c5027a7e1a6a9807d53fdbba2d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 20 Oct 2018 13:09:41 +0200 Subject: [PATCH] Added link to shlink CLI help when mentioning CLI available commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b526153a..dbb18ce7 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Currently the image does not expose an entry point which let's you interact with Once shlink is installed, there are two main ways to interact with it: -* **The command line**. Try running `bin/cli` and see all the available commands. +* **The command line**. Try running `bin/cli` and see all the [available commands](#shlink-cli-help). All of those commands can be run with the `--help`/`-h` flag in order to see how to use them and all the available options.