Skip to content

Commit

Permalink
chore: refactor according to reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Aug 14, 2024
1 parent 0541bd5 commit 4aac66a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ Pebble's key features:
- [Health checks](https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/health-checks/)
- [Notices](https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/notices/) (aggregated events)
- [Identities](https://canonical-pebble.readthedocs-hosted.com/en/latest/how-to/manage-identities/)
- Can be used in machines and [containers](https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/pebble-in-containers/)
- Can be used in virtual machines and [containers](https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/pebble-in-containers/)
- [CLI commands](https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/cli-commands/cli-commands/)
- [HTTP API](https://canonical-pebble.readthedocs-hosted.com/en/latest/explanation/api-and-clients/) with a [Go client](https://pkg.go.dev/github.com/canonical/pebble/client) and a [Python client](https://github.com/canonical/operator/blob/main/ops/pebble.py)

## Quick start

Prerequisites:

- A Linux machine.
At any Linux shell:

```bash
go install github.com/canonical/pebble/cmd/pebble@latest
Expand Down

0 comments on commit 4aac66a

Please sign in to comment.