Skip to content

Commit

Permalink
Readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
szibis committed May 20, 2024
1 parent ae1bff0 commit 6c7c4ed
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,19 @@ This allow us to skip some platform issues and work on similar things and python

### Building

When you're ready, start your application by running:
`make build`.
Build the image command
```
make build
```

### Running
Now after we build our images is called `aiocomfoconnect`

To run any command we can just
`docker run aiocomfoconnect --help`

Any args from `aiocomfoconnect` can be passed int othis image just like for `python3 -m aiocomfoconnect` command in local build.
To run aiocomfoconnect we can use bellow command in this case with `--help` arg.
```
docker run aiocomfoconnect --help
```
Any args from `aiocomfoconnect` can be passed into this image run just like for `python3 -m aiocomfoconnect` command in local build.

## Examples

Expand Down

0 comments on commit 6c7c4ed

Please sign in to comment.