Move the installation section of README higher

pull/18/head
rkfg 2 years ago
parent 74bd1d3d80
commit f15046dd19

@ -44,6 +44,17 @@ rebalance-lnd](https://github.com/accumulator/rebalance-lnd).
- saving successful rebalance parameters into a CSV file for further profit analysis
with any external tools
# Installation
You need to have Go SDK installed, then simply run `go install
github.com/rkfg/regolancer@latest` and by default it will download, compile and
build the binary in `~/go/bin/regolancer`. To crosscompile for other platforms
use `GOARCH` and `GOOS` env vars to choose the target architecture and OS. For
RPi run it as `GOARCH=arm64 go install github.com/rkfg/regolancer@latest` if you
run a 64 bit system (and you should!). You'll find the binaries in
`~/go/bin/linux_arm64`. For 32 bit use `GOARCH=arm`, the binary will be located
in `~/go/bin/linux_arm`.
# Parameters
```
@ -129,17 +140,6 @@ you don't care about the node stat actuality.
Cache is also saved if you interrupt regolancer with Ctrl+C.
# Installing
You need to have Go SDK installed, then simply run `go install
github.com/rkfg/regolancer@latest` and by default it will download, compile and
build the binary in `~/go/bin/regolancer`. To crosscompile for other platforms
use `GOARCH` and `GOOS` env vars to choose the target architecture and OS. For
RPi run it as `GOARCH=arm64 go install github.com/rkfg/regolancer@latest` if you
run a 64 bit system (and you should!). You'll find the binaries in
`~/go/bin/linux_arm64`. For 32 bit use `GOARCH=arm`, the binary will be located
in `~/go/bin/linux_arm`.
# Probing
This is an obscure feature that `bos` uses in rebalances, it relies on protocol

Loading…
Cancel
Save