From eda670e1f6ed913564c9f704b459ce5d090da1bd Mon Sep 17 00:00:00 2001 From: Takayuki Matsubara Date: Sun, 13 Sep 2015 17:59:34 +0900 Subject: [PATCH] add explanation --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84fa165..d5ba9df 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Enjoy! ```shell $ git clone git@github.com:ma2gedev/mix-star.git $ cd mix-star -$ mix do archive.build, archive.install +$ git submodule update --init +$ MIX_ENV=prod mix do archive.build, archive.install ``` Now you get `mix deps.star` command! @@ -30,10 +31,6 @@ machine api.github.com And exec `mix deps.star` -``` -$ mix deps.star -``` - Then stared GitHub projects that your project depends on. ## Dependencies