From 87e79048a79620aad144529dc6d7e0b6dc8b41bc Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Wed, 8 Sep 2021 16:37:47 -0400 Subject: [PATCH] Update/fix contributing document --- Contributing/Development.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Contributing/Development.md b/Contributing/Development.md index 824b147..2a0ad07 100644 --- a/Contributing/Development.md +++ b/Contributing/Development.md @@ -4,13 +4,12 @@ This document describes how to setup your development environment to contribute to this program. -### Using VSCode and Docker +Since Gluetun is for now tightly coupled with Linux's `unix` & `syscall`, you can develop it either with: -That should be easier and better than a local setup, although it might use more memory if you're not on Linux. +- [the development container](https://github.com/qdm12/gluetun/tree/master/.devcontainer#development-container), which works on all systems +- a Linux host -The repository .devcontainer [readme document](https://github.com/qdm12/gluetun/tree/master/.devcontainer#development-container) explains its setup. - -### Local installation +### Linux host setup 1. Install [Go](https://golang.org/dl/) 1. Install [Git](https://git-scm.com/downloads)