diff --git a/docs/how-to/install-pebble.md b/docs/how-to/install-pebble.md index 6df9a1271..f5bafcb7f 100644 --- a/docs/how-to/install-pebble.md +++ b/docs/how-to/install-pebble.md @@ -25,15 +25,11 @@ Alternatively, you can install the latest version of Pebble from source: 2. After installing, you will want to add the `$GOBIN` directory to your `$PATH` so you can use the installed tools. For more information, refer to the [official documentation](https://go.dev/doc/install/source#environment). 3. Run `go install github.com/canonical/pebble/cmd/pebble@latest` to build and install Pebble. -Pebble is invoked using `pebble `. To get more information: - -* To see a help summary, type `pebble -h`. -* To see a short description of all commands, type `pebble help --all`. -* To see details for one command, type `pebble help ` or `pebble -h`. - ## Verify Pebble installation ```{include} /reuse/common-blocks.md :start-after: Start: Verify Pebble installation :end-before: End: Verify Pebble installation ``` + +Pebble is invoked using `pebble `. For more information, see {ref}`reference_pebble_help_command`. diff --git a/docs/reuse/common-blocks.md b/docs/reuse/common-blocks.md index a94a9b700..28db7d27b 100644 --- a/docs/reuse/common-blocks.md +++ b/docs/reuse/common-blocks.md @@ -41,6 +41,4 @@ Usage: pebble [...] ... ``` -For more information, see {ref}`reference_pebble_help_command`. - End: Verify Pebble installation