Skip to content

installation guide for git-acm

To install git-acm, follow these steps:

Method 1: Using curl

  1. Open your terminal.

  2. Run the following command to download and execute the installation script:

    Terminal window
    curl -sSL https://raw.githubusercontent.com/shivamhwp/git-acm/main/install.sh | sh

Method 2: Using cargo

  1. If you have cargo installed on your system, you can install git-acm using the following command:

    Terminal window
    cargo install git-acm
  2. After installation, you can verify that git-acm is installed correctly by running: (the latest verison is v1.1.1)

    Terminal window
    git-acm --version
  3. This should display the version of git-acm installed on your system.