diff --git a/{{ cookiecutter.__dirname }}/README.rst b/{{ cookiecutter.__dirname }}/README.rst index f094d38..5b72832 100644 --- a/{{ cookiecutter.__dirname }}/README.rst +++ b/{{ cookiecutter.__dirname }}/README.rst @@ -124,7 +124,7 @@ following command to install: .. code-block:: shell - circup install {{ cookiecutter.library_name | lower | replace(" ", "-") }} + circup install {{ cookiecutter.__libprefix }}{{ cookiecutter.__libname }} Or the following command to update an existing version: