From a72f5433467ab74218b6f6d884673030a1365a6c Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 29 Apr 2023 15:34:12 +0200 Subject: [PATCH] fix: added lock file info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da93947..aaa8532 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,14 @@ Minimal boilerplate project for a Golang server using [Fiber](https://github.com ## Usage -First install the required npm packages +To setup the project first install the required npm packages ```bash $ npm install ``` +then you can start versioning the **lock file** of your package manager. + ### Development ```bash