Skip to content

Commit

Permalink
Merge pull request #116 from ethpandaops/skylenet-patch-1
Browse files Browse the repository at this point in the history
add some colors to readme examples
  • Loading branch information
skylenet committed Jun 30, 2023
2 parents e797b57 + da2afa8 commit b25cdf3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Checkpointz relies entirely on a single `yaml` config file.

### Simple example

```
```yaml
# use defaults and add a single beacon upstream node

beacon:
Expand All @@ -111,7 +111,7 @@ beacon:
### Full mode
```
```yaml
checkpointz:
mode: full

Expand All @@ -124,7 +124,7 @@ beacon:
### Disabled frontend
```
```yaml
checkpointz:
frontend:
enabled: false
Expand All @@ -138,7 +138,7 @@ beacon:
### Full example
```
```yaml
global:
# The address the main http server will listen on
listenAddr: ":5555"
Expand Down Expand Up @@ -184,7 +184,7 @@ beacon:
### Download a release
Download the latest release from the [Releases page](https://github.com/ethpandaops/checkpointz/releases). Extract and run with:
```
```sh
./checkpointz --config your-config.yaml
```

Expand Down Expand Up @@ -247,7 +247,7 @@ Contributions are greatly appreciated! Pull requests will be reviewed and merged
### Running locally
#### Backend
```
```sh
go run main.go --config your_config.yaml
```
Expand Down

0 comments on commit b25cdf3

Please sign in to comment.