File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,15 @@ See the [Rocket Pool dockerhub](https://hub.docker.com/u/rocketpool) page for a
2424
2525See 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
You can’t perform that action at this time.
0 commit comments