Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@ Cookieplone offers the following key features for each audience.

## Installation 💾

First, ensure you have [`UV`](https://docs.astral.sh/uv/getting-started/installation/) installed on your system.

See [how to install these and check Plone's prerequisites](https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation).

Set up your system with [Plone's prerequisites](https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation).
Set up your system with Plone's [Prerequisites for installation](https://6.docs.plone.org/install/create-project-cookieplone.html#prerequisites-for-installation).


## Usage 🛠️

Use `uvx` (command installed by `uv`) to run `cookieplone` and see all available template options:
Use `uvx` (command installed by uv) to run `cookieplone` and see all available template options:

```shell
uvx cookieplone
Expand Down Expand Up @@ -112,11 +108,12 @@ You can create an issue in the issue tracker, or contact a maintainer.

### Development requirements

- [uv](https://docs.astral.sh/uv/)
See [Installation](#installation-).


### Setup

Install `UV`, and create a local virtual environment with the following command.
Create a local Python virtual environment with the following command.

```shell
make install
Expand Down
1 change: 1 addition & 0 deletions news/96.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix uv brand name. @stevepiercy