Skip to content

Commit

Permalink
specify go get needs to run within go modules (elastic#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Apr 2, 2024
1 parent d6810ab commit 737f620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ sending performance metrics and errors to the Elastic APM server.

## Installation

Within a Go module:

```bash
go get go.elastic.co/apm/v2
```
Expand Down
2 changes: 1 addition & 1 deletion docs/set-up.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To start reporting your Go application's performance to Elastic APM, you need to
[[installation]]
== Install the Agent

Install the Elastic APM Go agent package using `go get`:
Within a Go module, install the Elastic APM Go agent package using `go get`:

[source,bash]
----
Expand Down

0 comments on commit 737f620

Please sign in to comment.