Skip to content

Commit 1ba3d9b

Browse files
committed
Update README to mention Makefile
1 parent 05a4864 commit 1ba3d9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ See the [Rocket Pool dockerhub](https://hub.docker.com/u/rocketpool) page for a
2424

2525
See the [Smartnode Installer](https://github.com/rocket-pool/smartnode-install) repository for supported platforms and installation instructions.
2626

27+
## Development
28+
29+
A [Makefile](./Makefile) is included for building, testing, and linting.
30+
31+
* `make all` will build rocketpool-cli, rocketpool-daemon, and run the linter.
32+
* `make rocketpool-daemon` will build the docker containers required to build the daemon, then build the daemon.
33+
* `make rocketpool-cli` will build the cli for linux and osx.
34+
* `make test` runs all unit tests.
35+
* `make clean` deletes any binaries. It does not clear your go caches.
2736

2837
## CLI Commands
2938

0 commit comments

Comments
 (0)