diff --git a/docs/docs/cli.md b/docs/docs/cli.md index 26c013cf993..b11b9542ebc 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -75,6 +75,7 @@ my-package ``` If you want to use `rst` instead of `md` as the `README` format, you can use the `--readme` option: + ```bash poetry new my-package --readme rst ```