Skip to content

Commit 4162627

Browse files
committed
Align contributing docs with Makefile
1 parent fcc4784 commit 4162627

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/contributing/setup-build.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Clone the Plone Documentation repository, then create and activate a virtual env
3636
```shell
3737
git clone https://github.com/plone/documentation.git
3838
cd documentation
39-
python -m venv .
40-
source bin/activate
41-
pip install -r requirements.txt
39+
make build
4240
```
4341

4442

0 commit comments

Comments
 (0)