Skip to content

Commit

Permalink
develop: Makes init task in makefile and corrects readme (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
solodynamo authored and aeneasr committed Sep 16, 2019
1 parent e06c863 commit f834907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@ install-stable:
.PHONY: install
install:
GO111MODULE=on go install .

.PHONY: init
init:
GO111MODULE=on go get .
GO111MODULE=on go install github.com/ory/go-acc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export GO111MODULE=on
## With database
make test
## Without database
make test-short
make quicktest
```

Then run it with in-memory database:
Expand Down

0 comments on commit f834907

Please sign in to comment.