Skip to content

Commit

Permalink
correct spelling in simln readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mplsgrant committed Jan 3, 2025
1 parent 925f17a commit e351787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/plugins/simln/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e351787

Please sign in to comment.