Skip to content

Commit

Permalink
fix: Cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 19, 2023
1 parent c694cbc commit 87f419e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ invoke bake --template=nautobot-app

## Usage with Docker and Invoke

To use templates locally with Docker and Invoke, you need first set up the repository as explained in [local quick-start](#local-quickstart).
To use templates locally with Docker and Invoke, you need first set up the repository as explained in [local quick-start](#local-quick-start).

Then, you can use the following command:

Expand Down Expand Up @@ -201,5 +201,8 @@ mkdir outpus
Then run the following command:

```shell
cookiecutter --output-dir ./outputs --directory nautobot-app https://github.com/nautobot/cookiecutter-nautobot-app
cookiecutter \
--output-dir=./outputs \
--directory=nautobot-app \
https://github.com/nautobot/cookiecutter-nautobot-app
```

0 comments on commit 87f419e

Please sign in to comment.