Skip to content

Commit

Permalink
docs: add Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangguiguang committed Nov 10, 2024
1 parent a86e084 commit ff4fb69
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ This fork is designed to support `lndmobile` for integration and packaging as pa

The original repository included the generated code files `mobile/*._generated.go` and `mobile/build` in the `.gitignore` file. We have removed these entries from the ignore list and will execute the packaging process once, uploading the generated files to the repository.

## Usage

1. install

```shell
> go get github.com/lightningnetwork/[email protected]
> go get github.com/lightningnetwork/lnd/[email protected]
```

2. `go.mod` replace

```go
replace github.com/lightningnetwork/lnd => github.com/coming-chat/lnd v0.18.3-beta.coming
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
```

## Lightning Network Daemon

[![Release build](https://github.com/lightningnetwork/lnd/actions/workflows/release.yaml/badge.svg)](https://github.com/lightningnetwork/lnd/actions/workflows/release.yaml)
Expand Down

0 comments on commit ff4fb69

Please sign in to comment.