Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: use a simple clone in the New Beat guide (#6786)
The previous version used `go get` as a trick to clone the repository in the correct path. However: * the extra magic can be confusing * the `go get` results in an error (no buildable Go files). The docs were telling the reader to ignore the error, but it seems the wording of the error is different now. I think it's better to use a simple `git clone`, which is what we use also in the main Contributing guide.
- Loading branch information