Skip to content

Commit

Permalink
do I have docker creds?
Browse files Browse the repository at this point in the history
  • Loading branch information
louisheath committed Feb 27, 2024
1 parent 68ab36c commit fcc1155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go test ./...
```

To build the binary, run `make`: this will place a built version of the tool in
the `bin` directory. If you work for incident.io and have a local instance of
the `bin` directory. If you work for incident.io and have a local instance of
the app running, then you can point it to your local environment using the
`--api-key` flag, or an environment variable:

Expand All @@ -18,3 +18,5 @@ export INCIDENT_ENDPOINT="http://localhost:3001/api/public"
```

[go]: https://go.dev/doc/install

!!!

0 comments on commit fcc1155

Please sign in to comment.