We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d6781 commit 94865f7Copy full SHA for 94865f7
docs/cli.md
@@ -348,7 +348,13 @@ poetry add git+ssh://github.com/sdispater/pendulum.git#develop
348
poetry add git+ssh://github.com/sdispater/pendulum.git#2.0.5
349
```
350
351
-or make them point to a local directory or file:
+or reference a subdirectory:
352
+
353
+```bash
354
+poetry add git+https://github.com/myorg/mypackage_with_subdirs.git@main#subdirectory=subdir
355
+```
356
357
+You can also add a local directory or file:
358
359
```bash
360
poetry add ./my-package/
0 commit comments