Add a simple readme with the commands
This commit is contained in:
parent
9552bd1be8
commit
1a6b06d614
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
This containers ease the compilation and packaging of a working version
|
||||
of KiCad.
|
||||
|
||||
## How to build the container
|
||||
Simply build the container with `docker build . -t kicad-builder-docker`.
|
||||
|
||||
## How to build KiCad
|
||||
Run the container with a `/kicad` volume pointing to a repository with the
|
||||
sources : `docker run --rm -it -v $(pwd):/kicad kicad-builder-docker kicad Release`
|
Reference in a new issue