diff --git a/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md b/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md index 143a7ad..49c1fd5 100644 --- a/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md +++ b/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md @@ -13,7 +13,7 @@ To install manually via the command line, run the following command: ```bash -pip install {{ cookiecutter.plugin_slug }} +pip install inventree-{{ cookiecutter.plugin_slug }} ``` ## Configuration