Update readme file. Add docker script for windows

This commit is contained in:
2023-03-17 05:15:52 +08:00
parent c4bf4c8be9
commit 14d2e6e38c
3 changed files with 59 additions and 1 deletions

1
start-docker.cmd Normal file
View File

@@ -0,0 +1 @@
docker run -v %cd%:/srv/workspace -it --rm conanio/gcc7 /bin/bash