Skip to content

Commit

Permalink
Aktualisieren von readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWipf authored May 15, 2024
1 parent 2b5b575 commit 198d0fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
for example on an Raspberry Pi or in Docker-for-Windows

```sh
apt install docker docker-compose docker-buildx
apt install docker docker-compose
```

## Bulid solar-exporter Container
## Bulid solar_exporter Container

```sh
DOCKER_BUILDKIT=1 docker build --progress=plain -t solar-exporter .
DOCKER_BUILDKIT=1 docker build --progress=plain -t solar_exporter .
```

## docker-compose Settings
Expand Down

0 comments on commit 198d0fc

Please sign in to comment.