diff options
author | Brujo Benavides <[email protected]> | 2014-08-21 11:45:14 -0300 |
---|---|---|
committer | Brujo Benavides <[email protected]> | 2014-08-21 11:45:14 -0300 |
commit | 500d403c209c8648ba40568028f2e5452f2c979b (patch) | |
tree | 82133e89787a8ddfd1f1233f8c0e1e9094bd5f74 | |
parent | a2acfa7dbc30a34d974515df797c1c7948e0683f (diff) | |
download | erlang.mk-500d403c209c8648ba40568028f2e5452f2c979b.tar.gz erlang.mk-500d403c209c8648ba40568028f2e5452f2c979b.tar.bz2 erlang.mk-500d403c209c8648ba40568028f2e5452f2c979b.zip |
missing cd
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -339,6 +339,7 @@ follow the example below: ``` bash $ git clone https://github.com/$YOURUSERNAME/erlang.mk +$ cd erlang.mk $ ./pkg_add.sh cowboy git https://github.com/ninenines/cowboy 1.0.0 http://ninenines.eu "Small, fast and modular HTTP server." $ git push origin master ``` |