Skip to content

Commit 468d44a

Browse files
ronabopfmind
andauthored
Update README.md for context (#7)
When cloning, the project can be named anything, and without context, neither invoke command will work. In addition, because the "serve" command needs to be in context, the URL path was a 404. Co-authored-by: Médéric Hurier (Fmind) <[email protected]>
1 parent 18a24a2 commit 468d44a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ Whether you are a beginner eager to explore or an experienced professional seeki
3737
To start contributing , you will need to set up your development environment:
3838

3939
1. Clone the repository.
40-
2. Install dependencies using [Poetry](https://python-poetry.org/):
40+
2. In the cloned repostory directory, install dependencies using [Poetry](https://python-poetry.org/):
4141

4242
```bash
4343
invoke install
4444
```
4545

46-
3. Serve the documentation locally to see course material in your browser:
46+
3. Serve the documentation locally (from that directory) to see course material in your browser:
4747

4848
```bash
4949
invoke serve
5050
```
5151

52-
You can then access the course at this URL from your computer: http://localhost:8000/mlops-coding-course/
52+
You can then access the course at this URL from your computer: http://localhost:8000/
5353

5454
## Contributions
5555

0 commit comments

Comments
 (0)