Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdanlm authored Dec 30, 2023
1 parent 8529c2f commit 526d45e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/aiconfig/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ alias aiconfig="python -m 'aiconfig.scripts.aiconfig_cli'"
Replace the `aiconfig_path` variable with the path to your AIConfig file.
For example: `cookbooks/Getting-Started/travel.aiconfig.json`
```bash
rm -rf aiconfig/python/src/aiconfig/editor/client/node_modules
cd python/src/aiconfig/editor/client && rm -rf node_modules
cd ../../../../..
aiconfig_path="cookbooks/Getting-Started/travel.aiconfig.json"

# Use debug mode to run the frontend react server
Expand Down

0 comments on commit 526d45e

Please sign in to comment.