Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,19 @@ if ! command -v copilot >/dev/null 2>&1; then
if [ "$REPLY" = "y" ] || [ "$REPLY" = "Y" ]; then
echo "export PATH=\"$INSTALL_DIR:\$PATH\"" >> "$RC_FILE"
echo "✓ Added PATH export to $RC_FILE"
echo " Restart your shell or run: source $RC_FILE"
fi
fi
else
echo ""
echo "To add $INSTALL_DIR to your PATH permanently, add this to $RC_FILE:"
echo " export PATH=\"$INSTALL_DIR:\$PATH\""
fi
fi

echo ""
echo "Installation complete! Run 'copilot help' to get started."
echo ""
echo "Installation complete! To get started, run:"
echo " export PATH=\"$INSTALL_DIR:\$PATH\" && copilot help"
else
echo ""
echo "Installation complete! Run 'copilot help' to get started."
fi