mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 08:13:02 +02:00
Update/fix contributing document
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user