Skip to content

Commit 46e48e7

Browse files
committed
docs: Update docS
1 parent 4dda697 commit 46e48e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/second-brain-offline/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@ The project requires access to these cloud services:
3636

3737
Start by cloning the repository and navigating to the project directory:
3838
```
39-
git clone https://github.com/decodingml/YOUR_REPO.git
40-
cd YOUR_REPO
39+
git clone https://github.com/decodingml/second-brain-ai-assistant-course.git
40+
cd second-brain-ai-assistant-course
4141
```
4242

4343
## 2. Installation
4444

45-
To set it up first deactivate any active virtual environment and move to the second-brain-online directory:
45+
First deactivate any active virtual environment and move to the `second-brain-online` directory:
4646
```bash
4747
deactivate
4848
cd apps/second-brain-offline
4949
```
5050

51-
To set it up and run
51+
To install the dependencies and activate the virtual environment, run the following commands:
5252

5353
```bash
5454
uv venv .venv-offline
5555
. ./.venv-offline/bin/activate # or source ./.venv-offline/bin/activate
5656
uv pip install -e .
5757
```
5858

59-
Setup `Crew4AI` for crawling:
59+
Finish setting up `Crew4AI` for crawling:
6060
```bash
6161
# Run post-installation setup
6262
uv pip install -U "crawl4ai==0.4.247" # We have to upgrade crawl4ai to support these CLI commands (we couldn't add it to pyproject.toml due to ZenML version incompatibility with Pydantic).

0 commit comments

Comments
 (0)