From 2b588340af501825f3ab03f2e76dba0353c98fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Jun 2018 12:59:26 +0200 Subject: Update documentation for Gun 1.0 --- docs/en/erlang.mk/1/guide/shell/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/en/erlang.mk/1/guide/shell') diff --git a/docs/en/erlang.mk/1/guide/shell/index.html b/docs/en/erlang.mk/1/guide/shell/index.html index e4af2686..ff3f3524 100644 --- a/docs/en/erlang.mk/1/guide/shell/index.html +++ b/docs/en/erlang.mk/1/guide/shell/index.html @@ -7,8 +7,6 @@ - - Nine Nines: Erlang shell @@ -119,6 +117,9 @@ http://www.gnu.org/software/src-highlite -->
$ make shell

The shell can be stopped as usual with a double Ctrl+C or the command q()..

+

Note that the shell target does not build the application. To do it, +use either the app target or, if you want to include also test +modules, the test-build target.

-- cgit v1.2.3