Skip to content

Commit

Permalink
Link "source release" to the releases page
Browse files Browse the repository at this point in the history
  • Loading branch information
hosiawak committed Nov 24, 2020
1 parent 78cd01d commit 55db801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ post-Lightning much smoother in practice.
So far CLBOSS can do the following automatically:

* Open channels to other, useful nodes when fees are low and there are onchain funds
* Rebalance open channels using boltz.exchange swaps and forwards (JIT Rebalancer)
* Acquire incoming capacity via `boltz.exchange` swaps.
* Rebalance open channels by self-payment (including JIT rebalancer).
* Set forwarding fees so that they're competitive to other nodes

Dependencies
------------

If you are installing from some official source release tarball,
If you are installing from some official [source release tarball](https://github.com/ZmnSCPxj/clboss/releases),
you only need the below packages installed on a Debian or
Debian-derived systems:

Expand Down Expand Up @@ -61,7 +62,7 @@ further.
Installing
----------

From an official source release, just:
From an [official source release](https://github.com/ZmnSCPxj/clboss/releases), just:

./configure && make
sudo make install # or su first, then make install
Expand Down Expand Up @@ -209,7 +210,6 @@ if you forget to issue `clboss-notice-onchain` CLBOSS will
resume managing onchain funds at some point.

`--clboss-min-onchain=<satoshis>`
---------------------------------

Pass this option to `lightningd` in order to specify a target
amount that CLBOSS will leave onchain.
Expand Down

0 comments on commit 55db801

Please sign in to comment.