Skip to content

Commit 758ef7d

Browse files
authored
docs: update CONTRIBUTING.md
1 parent 402a076 commit 758ef7d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
* python3.9
66
* [Poetry](https://python-poetry.org/docs/#installation)
77

8-
## Development Setup
8+
## Commands
99

1010
* `poetry install` - install all dependencies.
1111
* `poetry run task dev` - run code from the source.
12-
* `poetry run task build` - create build zip at `./build/certbot-lambda.zip`
13-
* `poetry run task test` - run created zip at `./build/certbot-lambda.zip`
12+
* `poetry run task build` - create build zip at `./dist/certbot-lambda.zip`.
13+
* `poetry run task test` - run created zip at `./dist/certbot-lambda.zip`.
14+
* `poetry run task prettify` - prettify code using `black`.
1415

15-
## Dev configuration
16+
## Configuration
1617

1718
You can create `.env` file and store all ENV variables that will be loaded on execution.
1819

0 commit comments

Comments
 (0)