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
* Use make for build release work, streamline release
Signed-off-by: Aaron Sutula <hi@asutula.com>
* add build commands and use them for docker
Signed-off-by: Aaron Sutula <hi@asutula.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ We have a CLI that supports most of Powergate features.
68
68
69
69
To build and install the CLI, run:
70
70
```bash
71
-
$ make build-pow
71
+
$ make install-pow
72
72
```
73
73
The binary will be placed automatically in `$GOPATH/bin` which in general is in `$PATH`, so you can immediately run `pow` in your terminal.
74
74
@@ -130,9 +130,9 @@ Powergate needs an offline geo-location database to resolve miners country using
130
130
You can copy this file from the GitHub repo at `iplocation/maxmind/GeoLite2-City.mmdb`. If you run Powergate using Docker, this database is bundeled in the image so isn't necessary to have extra considerations.
131
131
132
132
### Server
133
-
To build the Powergate server, run:
133
+
To build and install the Powergate server, run:
134
134
```bash
135
-
make build-powd
135
+
make install-powd
136
136
```
137
137
You can run the `-h` flag to see the configurable flags:
0 commit comments