docs: Update Quick Start instructions in README (#881)
Fixes the issue #880
This commit is contained in:
parent
9f74589d09
commit
ea4e0139af
|
|
@ -37,13 +37,17 @@ Learn more and see **real demos** on our official website.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
1. **Copy the example config**:
|
1. Clone the git repo of DeerFlow
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/bytedance/deer-flow.git && cd deer-flow
|
||||||
|
```
|
||||||
|
3. **Copy the example config**:
|
||||||
```bash
|
```bash
|
||||||
cp config.example.yaml config.yaml
|
cp config.example.yaml config.yaml
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Edit `config.yaml`** and set your API keys in `.env` and preferred sandbox mode.
|
4. **Edit `config.yaml`** and set your API keys in `.env` and preferred sandbox mode.
|
||||||
|
|
||||||
#### Sandbox Configuration
|
#### Sandbox Configuration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue