Skip to content

Commit

Permalink
Update README.md - Rename manifest example (#133)
Browse files Browse the repository at this point in the history
cp: './agents/manifest.json.elevenlabs.example' and './agents/manifest.json.elevenlabs.example' are the same file
  • Loading branch information
Huangshan16 authored Jul 30, 2024
1 parent 9c4da5d commit fb2f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You need to prepare the proper `manifest.json` file first.
```bash
# Rename manifest example
cp ./agents/manifest.json.example ./agents/manifest.json
cp ./agents/manifest.json.elevenlabs.example ./agents/manifest.json.elevenlabs.example
cp ./agents/manifest.json.elevenlabs.example ./agents/manifest.elevenlabs.json

# pull the docker image with dev tools and mount your current folder as workspace
docker run -itd -v $(pwd):/app -w /app -p 8080:8080 --name astra_agents_dev ghcr.io/rte-design/astra_agents_build
Expand Down

0 comments on commit fb2f8da

Please sign in to comment.