Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamhaqq/exercism
https://github.com/islamhaqq/exercism
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/islamhaqq/exercism
- Owner: islamhaqq
- Created: 2018-04-13T22:35:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T11:11:23.000Z (over 6 years ago)
- Last Synced: 2024-09-13T15:42:35.148Z (2 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install Exercism CLI
### Ubuntu
Install the tar from GitHub. Extract. Add to path.```sh
$ wget https://github.com/exercism/cli/releases/download/v2.4.1/exercism-linux-64bit.tgz && tar -xzvf exercism-linux-64bit.tgz && mkdir ~/bin && mv exercism ~/bin/ && export PATH=$HOME/bin:$PATH && echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc && exercism --version
```