Update the README to contain the current version

This commit is contained in:
Maschell 2023-01-21 13:31:54 +01:00
parent b8969bc73c
commit 9fd3ee4401

View File

@ -23,6 +23,8 @@ docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make
docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make clean
```
The bundled Dockerfile creates a module with this version: `libcurl/7.84.0 mbedTLS/2.28.1 zlib/1.2.11`
## Format the code via docker
`docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./src -i`