From 6da41f911cf6ce801c9f5fe68f52af78e39192bb Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 12 Oct 2021 08:17:58 -0300 Subject: [PATCH] Added reference to :dev docker image to the docs. --- README.md | 2 ++ docs/README.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 217da845..2e3c2afb 100644 --- a/README.md +++ b/README.md @@ -1995,6 +1995,8 @@ Examples of how to do it can be found [here for GitHub](https://github.com/INTI- In order to run KiBot on these environments you need a lot of software installed. The usual mechanism to achieve this is using [docker](https://www.docker.com/). Docker images containing KiBot, all the supporting scripts and a corresponding KiCad can be found at [Docker Hub](https://hub.docker.com/) as [setsoft/kicad_auto:latest](https://hub.docker.com/repository/docker/setsoft/kicad_auto). This image is based on [setsoft/kicad_debian:latest](https://hub.docker.com/repository/docker/setsoft/kicad_debian), containing KiCad on Debian GNU/Linux. +If you need to run the current development version of KiBot you can use the following docker image: [setsoft/kicad_auto:dev](https://hub.docker.com/repository/docker/setsoft/kicad_auto). + For more information about the docker images visit [kicad_debian](https://github.com/INTI-CMNB/kicad_debian) and [kicad_auto](https://github.com/INTI-CMNB/kicad_auto). diff --git a/docs/README.in b/docs/README.in index 4256f4e7..dae219b7 100644 --- a/docs/README.in +++ b/docs/README.in @@ -958,6 +958,8 @@ Examples of how to do it can be found [here for GitHub](https://github.com/INTI- In order to run KiBot on these environments you need a lot of software installed. The usual mechanism to achieve this is using [docker](https://www.docker.com/). Docker images containing KiBot, all the supporting scripts and a corresponding KiCad can be found at [Docker Hub](https://hub.docker.com/) as [setsoft/kicad_auto:latest](https://hub.docker.com/repository/docker/setsoft/kicad_auto). This image is based on [setsoft/kicad_debian:latest](https://hub.docker.com/repository/docker/setsoft/kicad_debian), containing KiCad on Debian GNU/Linux. +If you need to run the current development version of KiBot you can use the following docker image: [setsoft/kicad_auto:dev](https://hub.docker.com/repository/docker/setsoft/kicad_auto). + For more information about the docker images visit [kicad_debian](https://github.com/INTI-CMNB/kicad_debian) and [kicad_auto](https://github.com/INTI-CMNB/kicad_auto).