Skip to content

Commit b9348ba

Browse files
Adding doc changes
1 parent c7989c6 commit b9348ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ s3_client = session.session.client(service_name="s3")
4141

4242
## Contributing
4343

44-
Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for instructions.
44+
Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for step by step instructions.

docs/contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Install poetry. Follow the instructions to do that [here](https://python-poetry.
1212
$ poetry install
1313
```
1414

15+
Install the pre-commit scripts like so.
16+
17+
```bash
18+
$ pre-commit install`
19+
```
20+
1521
Make your changes.
1622

1723
## Testing

0 commit comments

Comments
 (0)