You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ A [Makefile](./Makefile) is included for building, testing, and linting.
31
31
*`make all` will build rocketpool-cli, rocketpool-daemon, and run the linter.
32
32
*`make rocketpool-daemon` will build the docker containers required to build the daemon, then build the daemon.
33
33
*`make rocketpool-cli` will build the cli for linux and osx.
34
+
*`make treegen-bin` makes treegen binaries, `make treegen-docker` makes docker images with those binaries, and `make treegen-container-push` pushes them to docker hub.
34
35
*`make test` runs all unit tests.
35
36
*`make clean` deletes any binaries. It does not clear your go caches.
0 commit comments