Skip to content

Commit 1dde9ed

Browse files
committed
update readme
1 parent 5be4545 commit 1dde9ed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ pyenv install 3.11.3
5454

5555
- **Using docker-compose**:
5656
You can also use docker-compose to run the project locally by running the following command:
57+
<br>
58+
- **Clone the repository**:
59+
Get the project source code from GitHub:
60+
61+
```bash
62+
git clone https://github.com/FOSS-Community/paste.py.git
63+
```
64+
65+
- **Navigate to the Project Directory**:
66+
67+
```bash
68+
cd paste.py
69+
```
70+
71+
- **Run the project using docker-compose**:
72+
5773
```bash
5874
docker-compose up -d
5975
```

0 commit comments

Comments
 (0)