Skip to content

Commit

Permalink
[docs-only] Run make build instead of make
Browse files Browse the repository at this point in the history
The current 'Build and run it yourself' instructions from the readme will fail if there are unreleased changes, as described in #1654.
As per #1654 (comment), it should however be enough to run `make build` instead of the `make` step.
  • Loading branch information
michielbdejong authored Apr 22, 2021
1 parent 6fc0227 commit a10a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You need to have [Go](https://golang.org/doc/install), [git](https://git-scm.com
$ git clone https://github.com/cs3org/reva
$ cd reva
$ make deps
$ make
$ make build
$ cd examples/storage-references
$ ../../cmd/revad/revad -dev-dir .
```
Expand Down

0 comments on commit a10a539

Please sign in to comment.