Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.4 KB

installation.md

File metadata and controls

52 lines (33 loc) · 1.4 KB

CALM Installation

Setting Up CALM

You have donwloaded it, right?

Now let's set up the environment for the ease of use.

  • Linux

    tar xvf calm.tgz --directory=$HOME/
    echo 'export PATH="$HOME/calm/:$PATH"'>> ~/.bashrc
  • macOS

    1. Open the downloaded DMG file

    2. Drag the .app to the Applications folder

    3. Trust me and de-quarantine Calm.app

      xattr -d com.apple.quarantine /Applications/Calm.app
    4. Eject the DMG and run Calm.app

      It may take a while for the first run.

    5. Add command calm to the PATH environment

      echo 'export PATH="/Applications/Calm.app/Contents/MacOS/:$PATH"'>> ~/.bashrc
  • Windows

    1. Right click to Extract All

    2. Move the extracted folder to C:\calm

    3. Add C:\calm to your PATH environment variable

      If you are using MSYS2 or Git Bash, run the following code:

      echo 'export PATH="/c/calm/:$PATH"' >> ~/.bashrc

      On Windows, it's very likely the system will stop you from running the software, since it's not verified by Microsoft. If you have problem to run it, please find a way to bypass SmartScreen.

Now you are all set, enjoy.