diff --git a/docs/docs/cli.md b/docs/docs/cli.md index 3f60e585e05..716fd7a05e2 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -66,6 +66,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 ```