improving contributing doc

This commit is contained in:
Julien Neuhart
2018-12-14 16:13:52 +01:00
parent e1520d5e7e
commit 8bf207b9f7

View File

@@ -1,6 +1,6 @@
# Contributing # Contributing
Hi! Thank your for considering contributing to Gotenberg. You'll Hi! Thank you for considering contributing to Gotenberg. You'll
find below useful information about how to contribute to the Gotenberg project. find below useful information about how to contribute to the Gotenberg project.
## Contributing code ## Contributing code
@@ -8,8 +8,9 @@ find below useful information about how to contribute to the Gotenberg project.
### Install from sources ### Install from sources
1. Install and run the latest version of Docker 1. Install and run the latest version of Docker
2. Fork this repository 2. Verify your Go version (>= 1.11)
3. Clone it to your local Go environment (requires *Go* >= 1.11) 3. Fork this repository
4. Clone it outside of your `GOPATH` (we're using Go modules)
### Working with git ### Working with git