Skip to content

Instantly share code, notes, and snippets.

@josevalim
Last active May 31, 2016 06:45
Show Gist options
  • Save josevalim/261d652e164d6b0c4c95e4192742ef29 to your computer and use it in GitHub Desktop.
Save josevalim/261d652e164d6b0c4c95e4192742ef29 to your computer and use it in GitHub Desktop.

Revisions

  1. josevalim renamed this gist May 31, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. josevalim created this gist May 31, 2016.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ```
    $ git clone [email protected]:elixircnx/comeonin.git
    $ cd comeonin/
    $ git checkout develop
    $ mix deps.get
    $ mix test
    ```