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.
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.