-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct spelling in simln readme file
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,9 +103,9 @@ plugins: | |
The SimLN plugin fetches a SimLN docker image from dockerhub. You can generate your own docker image if you choose: | ||
|
||
1. Clone SimLN: `git clone [email protected]:bitcoin-dev-project/sim-ln.git` | ||
2. Follow the instructions to build a docker image as detailed int the SimLn repository. | ||
2. Follow the instructions to build a docker image as detailed in the SimLN repository. | ||
3. Tag the resulting docker image: `docker tag IMAGEID YOURUSERNAME/sim-ln:VERSION` | ||
4. Push the tagged image to you dockerhub account. | ||
4. Push the tagged image to your dockerhub account. | ||
5. Modify the `values.yaml` file in the plugin's chart to reflect your username and version number: | ||
```YAML | ||
repository: "YOURUSERNAME/sim-ln" | ||
|