Skip to content

Commit

Permalink
docs: fix contrib/ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swaptr authored and rustyrussell committed Jul 17, 2022
1 parent af2b863 commit 6204d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ installing into your python3 environment:
```bash
git clone https://github.com/ElementsProject/lightning.git
cd lightning/contrib/pyln-client
python3 setup.py develop
poetry install
```

This will add links to the library into your environment so changing the
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ installing into your python3 environment:
```bash
git clone https://github.com/ElementsProject/lightning.git
cd lightning/contrib/pyln-proto
python3 setup.py develop
poetry install
```

This will add links to the library into your environment so changing the
Expand Down
2 changes: 1 addition & 1 deletion contrib/pyln-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ installing into your python3 environment:
```bash
git clone https://github.com/ElementsProject/lightning.git
cd lightning/contrib/pyln-testing
python3 setup.py develop
poetry install
```

This will add links to the library into your environment so changing the
Expand Down

0 comments on commit 6204d70

Please sign in to comment.