Skip to content

Commit

Permalink
add cli update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Sep 30, 2024
1 parent e1b3ece commit 18e3320
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ $ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service. It should be run before any changes are committed, as it also includes link checking.

### Update CLI docs

CLI documentation is automatically generated.
Generation needs to be triggered manually.
Run this command inside the evcc core repository (e.g. `./evcc`).

```sh
go run main.go gendoc ../evcc-docs/docs/reference/cli/
```

0 comments on commit 18e3320

Please sign in to comment.