From d9ff4b3af3227da5ad225b95f0a8ec640eb7cc85 Mon Sep 17 00:00:00 2001 From: Federico Rosatelli <26331223+federico-rosatelli@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:34:49 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a63da49..17d1052 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ ## How to build To run backend open terminal and write: - ```shell - go build ./cmd/webapi/ - ``` +```shell +go build ./cmd/webapi/ +``` Launch the backend only using (development mode): - ```shell - go run ./cmd/webapi/ - ``` +```shell +go run ./cmd/webapi/ +``` ## Node/NPM vendoring This repository contains the `webui/node_modules` directory with all dependencies for Vue.JS. You should commit the content of that directory and both `package.json` and `package-lock.json`.