Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Remove "make build" documentation (#26)
Browse files Browse the repository at this point in the history
This command no longer exists because the purpose was specifically for creating a standalone agent
  • Loading branch information
djaglowski authored Feb 25, 2021
1 parent 975a937 commit 7a244d5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ git clone [email protected]:observiq/stanza.git
cd $GOPATH/src/github.com/open-telemetry/opentelemetry-log-collection
```

## Building

To build the agent for another OS, run one of the following:
```
make build // local OS
make build-windows-amd64
make build-linux-amd64
make build-darwin-amd64
```

## Running Tests

Tests can be run with `make test`.
Tests can be run with `make test`.

0 comments on commit 7a244d5

Please sign in to comment.