Tags: jmillana/icmt
Tags
⬆️ (Cargo.toml): Bump version to 0.3.1 ⬆️ (src/cli/commands.rs): Bump version to 0.3.1 ♻️ (src/main.rs): Remove unnecessary print statement The commit message summarizes the changes made to the code: - The version in the Cargo.toml file was updated from 0.3.0 to 0.3.1. - The version in the src/cli/commands.rs file was updated from 0.3.0 to 0.3.1. - The unnecessary print statement in the src/main.rs file was removed.
✨ (install.sh): Add installation script - Added a new installation script to automate the installation process. - The script detects the user's shell and adds the installation directory to the PATH. - Downloads the latest binary from the GitHub release based on the user's platform and architecture. - Extracts the binary and sets the necessary permissions. - Prints the installed version of the binary. This commit adds an installation script to simplify the installation process for users.