Update README.md

This commit is contained in:
boomam
2023-11-06 09:06:57 -05:00
committed by GitHub
parent a7299049c3
commit 1f89661ed9

View File

@@ -60,6 +60,9 @@ curl https://raw.githubusercontent.com/kubero-dev/ladder/main/docker-compose.yam
docker-compose up -d docker-compose up -d
``` ```
### Helm
See [README.md](/helm-chart/README.md) in helm-chart sub-directory for more information.
## Usage ## Usage
### Browser ### Browser
@@ -136,4 +139,4 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
- position: .left-content article # Position where to inject the code into DOM - position: .left-content article # Position where to inject the code into DOM
prepend: | prepend: |
<h2>Suptitle</h2> <h2>Suptitle</h2>
``` ```