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)