mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
fix cli contrib instructions (#1958)
This commit is contained in:
parent
22656cefbd
commit
ac523b8f2b
@ -28,7 +28,7 @@ follow the instructions below to make sure the import paths are correct:
|
||||
- `mkdir -p $GOPATH/src/github.com/hasura`
|
||||
- `cd $GOPATH/src/github.com/hasura`
|
||||
- `git clone https://github.com/<your-username>/graphql-engine`
|
||||
- `cd graphql-engine`
|
||||
- `cd graphql-engine/cli`
|
||||
- `git remote add upstream https://github.com/hasura/graphql-engine`
|
||||
- `git checkout -b <branch-name>`
|
||||
- `make deps`
|
||||
|
Loading…
Reference in New Issue
Block a user