Skip to content

Commit

Permalink
fix poetry add exmaple to use git+https
Browse files Browse the repository at this point in the history
  • Loading branch information
mendy-lp authored and radoering committed Sep 17, 2023
1 parent 0c31913 commit 2667a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dependency-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ subdir_package = { git = "/~https://github.com/myorg/mypackage_with_subdirs.git",
with the corresponding `add` call:

```bash
poetry add "/~https://github.com/myorg/mypackage_with_subdirs.git#subdirectory=subdir"
poetry add "git+/~https://github.com/myorg/mypackage_with_subdirs.git#subdirectory=subdir"
```

To use an SSH connection, for example in the case of private repositories, use the following example syntax:
Expand Down

0 comments on commit 2667a9d

Please sign in to comment.