AI CMD Installation Instructions
================================

Quick Install:
--------------
1. Extract this archive to any location
2. Open a terminal in the extracted folder (ai_linux)
3. Run: bash install.sh
4. Follow the prompts

OR if you prefer:
1. Run: chmod +x install.sh
2. Run: ./install.sh

The installer will:
- Make the 'ai' command executable
- Install it to a location of your choice
- Add it to your PATH automatically
- Test the installation

After installation, you can use 'ai' from any directory.

Uninstall:
----------
To uninstall AI CMD, run: bash uninstall.sh
This will remove AI CMD and clean up PATH entries.

Manual Installation:
--------------------
If you prefer to install manually:
1. chmod +x ai/ai
2. Move the ai_linux folder to your preferred location
3. Add the ai_linux/ai directory to your PATH
4. Reload your shell configuration

For help and documentation, visit: https://github.com/ueffel/ai-cmd