From 8459bebceb9533948193774371cbd9fd571b78ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 16 Oct 2019 09:48:31 +0200 Subject: Cowboy 2.7.0 --- docs/en/gun/1.0/guide/start/index.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs/en/gun/1.0/guide/start') diff --git a/docs/en/gun/1.0/guide/start/index.html b/docs/en/gun/1.0/guide/start/index.html index 54908b09..9e07ac96 100644 --- a/docs/en/gun/1.0/guide/start/index.html +++ b/docs/en/gun/1.0/guide/start/index.html @@ -67,16 +67,12 @@

Specify Gun as a dependency to your application in your favorite build tool.

With Erlang.mk this is done by adding gun to the DEPS variable in your Makefile.

Adding Gun as an Erlang.mk dependency
-
-
DEPS = gun
+
source-highlight: could not find a language definition for make

Starting

Gun is an OTP application. It needs to be started before you can use it.

Starting Gun in an Erlang shell
-
@@ -86,7 +82,7 @@ http://www.gnu.org/software/src-highlite -->

Stopping

You can stop Gun using the application:stop/1 function, however only Gun will be stopped. This is the reverse of application:start/1. The application_ensure_all_started/1 function has no equivalent for stopping all applications.

Stopping Gun
-
-- cgit v1.2.3