From 9a82a080c190056bdad31fdd77179b5fc88919a8 Mon Sep 17 00:00:00 2001 From: Bilal Elbouardi <60072763+bitalov@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:14:18 +0000 Subject: [PATCH] run command added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffdb344..7432795 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ### Deployement : - Download *main.go* , and *ports.env*. - Rename ports.env to .env using "mv ports.env .env". +- run main.go using `run go main.go` - Open a web browser and `http://localhost:8080/` (8080 is the port I wrote in .env file). - To Add a new Block you can use curl to send a `POST` request to `http://localhost:8080` .