summaryrefslogtreecommitdiff
path: root/doc/guide.md
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-08 12:22:45 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-08 12:22:45 -0600
commit634b1a7ac2e1c9b336652248af739ea45f4d619e (patch)
treedf689a89ababa000d59a60781f2f02d5c4241399 /doc/guide.md
parent5fd4996803b2c9966b00be5a50db3b3510304658 (diff)
add doc place holders
Diffstat (limited to 'doc/guide.md')
-rw-r--r--doc/guide.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/guide.md b/doc/guide.md
index 1191499..e64a179 100644
--- a/doc/guide.md
+++ b/doc/guide.md
@@ -32,13 +32,9 @@ Now we can use rebar3 to fetch all dependencies and build both the dependencies
```shell
$ rebar3 compile
===> Fetching gproc
-Cloning into '.tmp_dir109479658516'...
===> Fetching ranch
-Cloning into '.tmp_dir725384773580'...
===> Fetching cowboy
-Cloning into '.tmp_dir285325769000'...
===> Fetching cowlib
-Cloning into '.tmp_dir924054839613'...
===> Compiling gproc
/home/tristan/Devel/minasan/_deps/gproc/src/gproc_dist.erl:23: Warning: behaviour gen_leader undefined
===> Compiling cowlib
@@ -120,7 +116,6 @@ Rebar3 has the concept of test dependencies. These dependencies will only be fet
```shell
$ rebar ct
===> Fetching meck
-Cloning into '.tmp_dir772710363032'...
===> Compiling meck
===> Compiling minasan
```