From 1a6b06d6147720ffd62e4f1fceb86e3e6f85a223 Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Fri, 9 Aug 2019 22:11:23 +0200 Subject: [PATCH] Add a simple readme with the commands --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ed3a6c --- /dev/null +++ b/README.md @@ -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`