fix: go get in start doc (#68)

This commit is contained in:
Gonzalo Serrano 2020-05-24 22:44:17 +02:00 committed by GitHub
parent 31afdac3af
commit 67ddc148a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ You can then add your database schema to the migrations, maybe create some seed
```bash
# Download and install Super Graph. You will need Go 1.14 or above
go get https://github.com/dosco/super-graph
go get github.com/dosco/super-graph
```
And then create and launch your new app