Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Sep 5, 2023
1 parent 777146d commit 9dbfa67
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ $ sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/
$ python3 -m pip install --user pipx
$ python3 -m pipx ensurepath
$ pipx install copier
# The next line mitigates this issue: https://github.com/copier-org/copier/issues/1225
$ pipx inject copier "pydantic<2"
$ pipx install pre-commit
$ pipx install cmem-cmemc
$ pipx install poetry
Expand All @@ -44,9 +42,14 @@ $ poetry self add "poetry-dynamic-versioning[plugin]"

### Project Initialization

The following command will create a new project directory:
The following command will create a new project directory with the latest released template:
```shell-session
$ copier gh:eccenca/cmem-plugin-template cmem-plugin-my
$ copier copy gh:eccenca/cmem-plugin-template cmem-plugin-my
```

The following command will use the latest develop version of the template:
```shell-session
$ copier copy -r develop gh:eccenca/cmem-plugin-template cmem-plugin-my
```

After that, you can initialize the repository and install git hooks:
Expand Down

0 comments on commit 9dbfa67

Please sign in to comment.