Commit graph

9 commits

Author SHA1 Message Date
Elle Mouton
fe85443b6c
doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
Oliver Gugger
a6a1127cf4
multi: use Docker for proto compilation
To remove the need for a dev to install a specific version of protoc we
now use a docker image for compiling the protos.
2021-07-16 13:23:27 +02:00
Oliver Gugger
b1d820c5ca
multi: update golang version to 1.16.0
To be able to use the new go:embed directive, we first need to update to
version 1.16.0.
2021-03-03 10:02:55 +01:00
Oliver Gugger
5afccea886
scripts+docs: extract lnd and loop version from go.mod
To make sure we always use the *.proto files for the correct versions of
the daemons we include, we parse the versions of lnd and loop directly
from the go.mod file.
2020-12-14 18:10:49 +01:00
jamaljsr
01fa8e18aa docs: update compile doc with instructions to compile proto files 2020-12-11 16:31:32 -05:00
Oliver Gugger
1b46786ce2
doc: document docker image build 2020-11-25 16:00:36 +01:00
Oliver Gugger
671556b20a
doc: specify required protoc version 2020-11-25 15:28:48 +01:00
Oliver Gugger
ef624d8e63
docs: add pool examples 2020-11-02 13:18:18 +01:00
Justin O'Brien
0ce30d4a37
Simplified readme (#129)
Update README, simplify documentation

Simplified to focus on the happy path

* Connect to remote instance

Instructions for connecting Terminal to a remote LND instance.

* Add link to remote instance

Link to new instructions for connecting Terminal to a remote LND instance.

* Create build from source instructions

Parse out the building from source instructions into a separate doc to simplify main README file.

* Change configuration section

Update configuration section to acknowledge ability to upgrade an LND instance to Terminal

* Add upgrading section

Ensure that there is a clear upgrade path for existing users that have modified their lnd.conf files to be compatible with Terminal

* Reference integrated configuration doc

Change configuration section to point to the integrate mode configuration doc.

* Reference remote mode instructions

In case the user needs further information point them to the more comprehensive instructions

* Update configuration settings

Change configuration settings to be more accurate and specific

* Update compatibility

Changed to v0.11.0-beta

* Update README

Add list of features and Daemon Versions table

* Combine config links

Put remote and integrated modes together but separate.

* Create troubleshooting doc

Specific information for troubleshooting

* Add troubleshooting section

Link out to the troubleshooting guide

* Update configuration to interaction

Make it more explicit as to what problem is being solved

* Add quickstart section

Quickstart section for those wanting to connect LiT with a standalone process on a remote host

* Combine remote configs into one

Reference the single remote config doc instead of chained docs.

* Update doc/config-lnd-remote.md

* Remove commands for downloading

Sort of overkill in terms of info

* Update README

Add small changes to README to address comments

* Update compile

Address small nits

* Update uipassword

Make it clearer the password needs to be changed

* Update with build tags

Added build tags for LND since it is most likely the case that LND was built without tags.
2020-10-13 21:49:20 +02:00