Skip to content

Instantly share code, notes, and snippets.

@stefek99
Created April 21, 2017 08:16
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 stefek99/0ba49be111364fba32fceb595c6edcc2 to your computer and use it in GitHub Desktop.
Save stefek99/0ba49be111364fba32fceb595c6edcc2 to your computer and use it in GitHub Desktop.
Erland Rebar
Mac:
```
Michals-MacBook-Pro:testnet zen$ rebar get
==> pink_hash (get-deps)
==> dump (get-deps)
==> trie (get-deps)
==> chalang (get-deps)
==> jiffy (get-deps)
==> cowlib (get-deps)
==> ranch (get-deps)
==> cowboy (get-deps)
==> testnet (get-deps)
Michals-MacBook-Pro:testnet zen$ rebar compile
==> pink_hash (compile)
==> dump (compile)
==> trie (compile)
==> chalang (compile)
==> jiffy (compile)
==> cowlib (compile)
==> ranch (compile)
==> cowboy (compile)
==> testnet (compile)
```
@stefek99
Copy link
Author

image

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