From 7a058389b2aa038fdd42e34ec2322156369ea26d Mon Sep 17 00:00:00 2001 From: Guillaume Fe Date: Sun, 17 May 2020 00:47:58 +0200 Subject: [PATCH] make start doesn't exist --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 7a5c7aa..aa5071a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -28,7 +28,7 @@ What that command does is: You can now start the server : ``` -make start +make daemon ``` You can verify that your server is running by going on the url : `http://127.0.0.1:3000/application/spec`