Skip to content

Instantly share code, notes, and snippets.

@alishersadikov
Last active February 23, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alishersadikov/1f32f41bbc26694cc91e833ae6f5e640 to your computer and use it in GitHub Desktop.
Save alishersadikov/1f32f41bbc26694cc91e833ae6f5e640 to your computer and use it in GitHub Desktop.

Exercism setup

Most likely you have homebrew installed on your machine, if not follow these instructions.

To install Exercism CLI, type the following on your terminal:

brew update && brew install exercism

To make sure it was installed correctly, run:

exercism --version

Now let's configure Exercism CLI with you api key. This link will take you to your account on exercism.io. If you do not have an account yet, just sign in with your Github credentials. Copy your api key and run the following on your terminal:

exercism configure --key=YOUR_API_KEY You should be ready to fetch an exercism now.

Fetching an exercism

To download a challenge, run the following on your terminal with your language of choice:

exercism fetch <language>

(For exmaple, Ruby: "exercism fetch ruby", JS: "exercism fetch javascript" etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment