File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ demo: ## Create and run a full demo
2828 @echo " "
2929 @echo " 🎼 Installing conductor-score..."
3030 @cd /tmp/conductor-demo && cp -r $(PWD ) /.conductor .
31- @cd /tmp/conductor-demo && cp -r $(PWD ) /examples .
31+ @cd /tmp/conductor-demo && cp -r $(PWD ) /examples .conductor/
3232 @cd /tmp/conductor-demo && cp $(PWD ) /setup.py .
3333 @cd /tmp/conductor-demo && cp $(PWD ) /.gitignore .conductor-gitignore
3434 @cd /tmp/conductor-demo && cat .conductor-gitignore >> .gitignore || cp .conductor-gitignore .gitignore
Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ cp "$TEMP_DIR/VERSION" . || {
117117read -p " Do you want to copy example configurations (recommended for new users)? [Y/n]: " -n 1 -r
118118echo " "
119119if [[ $REPLY =~ ^[Yy]$ ]] || [[ -z $REPLY ]]; then
120- cp -r " $TEMP_DIR /examples" . || {
120+ cp -r " $TEMP_DIR /examples" .conductor/ || {
121121 echo -e " ${YELLOW} ⚠️ Failed to copy examples directory (continuing anyway).${NC} "
122122 }
123- echo -e " ${GREEN} ✅ Examples copied.${NC} "
123+ echo -e " ${GREEN} ✅ Examples copied to .conductor/examples .${NC} "
124124fi
125125
126126# Clean up temp dir
Original file line number Diff line number Diff line change @@ -85,4 +85,4 @@ echo ""
8585echo " 📚 Next steps:"
8686echo " 1. Check the README.md for usage instructions"
8787echo " 2. Run 'python setup.py --help' for setup options"
88- echo " 3. Explore the examples/ directory for templates"
88+ echo " 3. Explore the .conductor/ examples/ directory for templates"
You can’t perform that action at this time.
0 commit comments