Skip to content

Commit

Permalink
pkgs/sage-project-cookiecutter/README.rst: Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 28, 2024
1 parent f19917d commit 395ca67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/sage-project-cookiecutter/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Creates in the existing ``PROJECT-DIRECTORY``:
It can also be invoked as follows::

[alice@localhost PROJECT-DIRECTORY]$ (cd .. && pipx run cruft create \
https://github.com/mkoeppe/sage --checkout sagemath-environment-cookiecutter \
https://github.com/mkoeppe/sage \
--checkout sagemath-environment-cookiecutter \
--directory="pkgs/sage-project-cookiecutter/sage_project_cookiecutter/upstream-package-template" \
--overwrite-if-exists)
[1/1] Name of the project (directory name to create) (my-sage-project): PROJECT-DIRECTORY
Expand Down Expand Up @@ -104,4 +105,5 @@ Updating a project

::

$ pipx run cruft update
[alice@localhost PROJECT-DIRECTORY]$ pipx run cruft update \
--checkout sagemath-environment-cookiecutter

0 comments on commit 395ca67

Please sign in to comment.