Skip to content

Commit

Permalink
chore: restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Jun 17, 2024
1 parent 8a084c9 commit 390e4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions docs/how-to/install-pebble.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>`. 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 <command>` or `pebble <command> -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 <command>`. For more information, see {ref}`reference_pebble_help_command`.
2 changes: 0 additions & 2 deletions docs/reuse/common-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ Usage: pebble <command> [<options>...]
...
```

For more information, see {ref}`reference_pebble_help_command`.

End: Verify Pebble installation

0 comments on commit 390e4aa

Please sign in to comment.