Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2666 from mrfelton/docs/index
Browse files Browse the repository at this point in the history
docs: add documentation index into main README
  • Loading branch information
mrfelton authored Jul 31, 2019
2 parents a374623 + 551d227 commit 55565b1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We have an active [slack][slack] channel where you can join the discussion on de
- [Security](#security)
- [Install](#install)
- [Usage](#usage)
- [Advanced Usage](#advanced-usage)
- [Documentation](#documentation)
- [Get Help](#get-help)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
Expand Down Expand Up @@ -64,9 +64,15 @@ Once executible you can run either **double click** the file or run via the cli:
./file.AppImage
```

## Advanced Usage
## Documentation

If you would like to install from source, run a full bitcoin node, or connect to a custom lnd instance please see the [advanced usage](docs/ADVANCED.md) page.
If you would like to install from source, run a full bitcoin node, connect to a custom lnd instance or get involved with development please refer to our documentation:

- [Advanced usage](docs/ADVANCED.md)
- [Configuration](docs/CONFIG.md)
- [Contributing](docs/CONTRIBUTING.md)
- [Debugging](docs/DEBUGGING.md)
- [Troubleshooting](docs/TROUBLESHOOTING.md)

## Get Help

Expand Down

0 comments on commit 55565b1

Please sign in to comment.