readme and gitignore

This commit is contained in:
Wolfgang Hottgenroth 2020-10-21 00:30:12 +02:00
parent 2c9b5f21ac
commit b5fb5e631c
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cube/build/

View File

@ -8,7 +8,7 @@ On Ubuntu/Debian install
Alternatively use a prepared Docker image Alternatively use a prepared Docker image
docker run -it --rm -v ${PWD}:/mnt wollud1969/build-env-arm-none-eabi:1.0.0 bash docker run -it --rm -u ${UID} -v ${PWD}:/mnt wollud1969/build-env-arm-none-eabi:1.0.0 bash
Start the container from the project root. Start the container from the project root.