a digital person for bluesky

Clarify config setup: create configs directory first

Users need to create the configs/ directory before copying the example
config file, since the default config path is configs/config.yaml.

🤖 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>

+4 -3
+4 -3
README.md
··· 81 81 82 82 #### 3. Create configuration 83 83 84 - Copy the example configuration file and customize it: 84 + Create the configs directory and copy the example configuration file: 85 85 86 86 ```bash 87 - cp config.example.yaml config.yaml 87 + mkdir -p configs 88 + cp config.example.yaml configs/config.yaml 88 89 ``` 89 90 90 - Edit `config.yaml` with your credentials: 91 + Edit `configs/config.yaml` with your credentials: 91 92 92 93 ```yaml 93 94 # Letta Configuration