aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrujo Benavides <[email protected]>2014-08-21 11:45:14 -0300
committerBrujo Benavides <[email protected]>2014-08-21 11:45:14 -0300
commit500d403c209c8648ba40568028f2e5452f2c979b (patch)
tree82133e89787a8ddfd1f1233f8c0e1e9094bd5f74 /README.md
parenta2acfa7dbc30a34d974515df797c1c7948e0683f (diff)
downloaderlang.mk-500d403c209c8648ba40568028f2e5452f2c979b.tar.gz
erlang.mk-500d403c209c8648ba40568028f2e5452f2c979b.tar.bz2
erlang.mk-500d403c209c8648ba40568028f2e5452f2c979b.zip
missing cd
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a5e56f..3091195 100644
--- a/README.md
+++ b/README.md
@@ -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
```