Skip to content

Commit

Permalink
Use 'gdk' instead of 'make' in gdk_commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvosmaer committed Aug 9, 2016
1 parent b3f53f1 commit 891baa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/howto/gdk_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In order to fetch the latest code, first make sure that `foreman` for
postgres is runnning (needed for db migration) and then run:

```
make update
gdk update
```

This will update both `gitlab` and `gitlab-shell` and run any possible
Expand All @@ -30,5 +30,5 @@ running `make`. If you want to rebuild _all_ configuration files
created by the Makefile, run:

```
make clean-config all
gdk reconfigure
```

0 comments on commit 891baa5

Please sign in to comment.