Skip to content

Commit 951a7b3

Browse files
committed
docs: Update Development section
1 parent 752b59b commit 951a7b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ We welcome contributions to improve this tool!
222222
- If you want to **contribute to the code**, please pick an issue that is not assigned to anyone and comment on it, so that we know you are working on it.
223223

224224
## 🛠️ Development
225-
You can clone this project locally by using the following command:
226-
```bash
227-
git clone https://github.com/kvankova/code-embedder.git
228-
cd code-embedder
229-
```
230-
Install the dependencies by using the following command:
225+
You can fork this project and then install the dependencies by using the following command:
231226
```bash
232227
pip install poetry==1.8.4
233228
poetry install --with dev
234229
```
230+
Make changes to the code and run the tests to make sure everything works as expected:
231+
```bash
232+
poetry run pytest
233+
```
234+
Commit your changes, push them to the repository 🚀, and open a new pull request.

0 commit comments

Comments
 (0)