Skip to content

Commit

Permalink
Add not about relative generate path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Byrne committed Dec 10, 2018
1 parent 675ba77 commit b3f163d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,7 @@ This magic comment tells `go generate` what command to run when we want to regen
```go
go generate ./...
```

> Note
>
> Ensure that the path to your `gqlgen` binary is relative to the file the generate command is added to.

0 comments on commit b3f163d

Please sign in to comment.