mirror of
https://github.com/Graylog2/graylog-project-cli.git
synced 2026-03-13 08:02:57 +08:00
Move the build instructions to the CONTRIBUTING file
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user