Skip to content

Commit da2db0b

Browse files
author
Thomas Pansino
committed
README update
1 parent a10d29a commit da2db0b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,12 @@ Instead of:
120120
[tool.poetry.dependencies]
121121
bottle = {git = "[email protected]/bottlepy/bottle.git", tag = "0.12.16"}
122122
```
123-
it has to be:
123+
Use:
124+
```toml
125+
[tool.poetry.dependencies]
126+
bottle = {git = "https://[email protected]/bottlepy/bottle.git", tag = "0.12.16"}
127+
```
128+
Or, if you have an SSH key configured:
124129
```toml
125130
[tool.poetry.dependencies]
126131
bottle = {git = "ssh://[email protected]/bottlepy/bottle.git", tag = "0.12.16"}

0 commit comments

Comments
 (0)