Browse Source

missing cd

Brujo Benavides 10 years ago
parent
commit
500d403c20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
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
 ```