From 46c0aa30cba509a2c50f6fbbc00b59cc120a6dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=B6nig?= Date: Fri, 3 Sep 2021 15:02:12 +0200 Subject: [PATCH 1/2] Build without obsolete download.sh script --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index f8f3c7d..c9e0042 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,2 @@ #!/bin/sh -./download.sh docker build -f Dockerfile -t setsoft/kicad_auto:10.4-5.1.6 . From 4ae0c5a925002e6ffd16283cf1dfd1f39eaf128b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=B6nig?= Date: Fri, 3 Sep 2021 15:03:26 +0200 Subject: [PATCH 2/2] Update links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c2eed0..350f7e4 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY \ ``` To create the docker image run the [build.sh](https://github.com/INTI-CMNB/kicad_auto/blob/master/build.sh) script. -This script will download the latest KiPlot and needed tools using the [download.sh](https://github.com/INTI-CMNB/kicad_auto/blob/master/download.sh) script. +This script will download the latest KiPlot and needed tools. -The [run.sh](https://github.com/INTI-CMNB/kicad_auto/blob/master/download.sh) script is an example of how to run KiPlot using this image locally. +The [run.sh](https://github.com/INTI-CMNB/kicad_auto/blob/master/run.sh) script is an example of how to run KiPlot using this image locally. You must edit the file to define the place where your KiCad project is located. The **WORKDIR** variable indicates the directory where your project and libraries are located. The **SUBDIR** variable is the subdir inside **WORKDIR** that contains the schematic and PCB files.