Move the build instructions to the CONTRIBUTING file

This commit is contained in:
Bernd Ahlers
2017-04-07 17:37:23 +02:00
parent 86053c142f
commit 9115a679d0
2 changed files with 8 additions and 7 deletions

View File

@@ -21,3 +21,11 @@ Found a bug? Have an idea for an improvement? Feel free to [add an issue](../../
Before we can accept any code from you, we need you to sign our Contributor
License Agreement. If you create a pull request, a cla-assistant bot will
ask you to sign the CLA.
## Building the project
- Install [golang](https://golang.org/dl/) for your operating system
- Setup the `PATH` and `GOROOT` so the go binary is available
- Run `make build`
- Run `make install` to install it into `$HOME/bin`

View File

@@ -11,13 +11,6 @@ CLI tool for [graylog-project](https://github.com/Graylog2/graylog-project).
* Copy the downloaded binary to a directory in your `PATH` (i.e. `cp graylog-project.linux $HOME/bin/graylog-project`
* See [graylog-project instructions](https://github.com/Graylog2/graylog-project/blob/master/README.md) on how to use it
## Build
- Install [golang](https://golang.org/dl/) for your operating system
- Setup the `PATH` and `GOROOT` so the go binary is available
- Run `make build`
- Run `make install` to install it into `$HOME/bin`
## Contributing
Please read [the contributing instructions](CONTRIBUTING.md) to get started.