Update/fix contributing document

Quentin McGaw (desktop)
2021-09-08 16:37:47 -04:00
parent 91f986b059
commit 87e79048a7
+4 -5
@@ -4,13 +4,12 @@
This document describes how to setup your development environment to contribute to this program. 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. ### Linux host setup
### Local installation
1. Install [Go](https://golang.org/dl/) 1. Install [Go](https://golang.org/dl/)
1. Install [Git](https://git-scm.com/downloads) 1. Install [Git](https://git-scm.com/downloads)