From fa00e21f4928ef05f749005da9fa4c9f5bed7cda Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 21 Apr 2021 13:13:38 +0000 Subject: [PATCH 1/2] make github codespaces work --- .devcontainer/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5e7ef03d..e44b8608 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,5 +6,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT} # [Optional] Uncomment this section to install additional OS packages. RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install python3-distutils + && apt-get -y install python3-distutils python3-pip +RUN pip3 install platformio meshtastic adafruit-nrfutil RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip -O /tmp/protoc.zip && cd /tmp && unzip protoc.zip && chmod a+x bin/protoc && cp bin/protoc /usr/local/bin From b6c2cd6caa431527ceaa64e2d578fa8dde25cc33 Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Mon, 26 Apr 2021 13:47:21 +0100 Subject: [PATCH 2/2] Fix Development Documents link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbed428..d87c83ab 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ We offer a [python API](https://github.com/meshtastic/Meshtastic-python) that ma # Development -We'd love to have you join us on this merry little project. Please see our [development documents](./docs/software/sw-design.md) and [join us in our discussion forum](https://meshtastic.discourse.group/). +We'd love to have you join us on this merry little project. Please see our [development documents](https://meshtastic.org/docs/software/other/sw-design) and [join us in our discussion forum](https://meshtastic.discourse.group/). # Credits