From 06919812500a9ef2c11195ab18fb651bafd11f25 Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:00:12 +0100 Subject: [PATCH] Update README.md Corrects typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6671248..97f3eac0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Website create in Hugo + TailwindCSS to show OKFN Global Directory of specialist ## Install - 1. You do need to instal [Hugo](https://gohugo.io/getting-started/installing/) version higher or equal to 0.92.2+extended + 1. You need to instal [Hugo](https://gohugo.io/getting-started/installing/) version higher or equal to 0.92.2+extended 2. Install nvm 18 or higher with `nvm install 18` + `nvm use 18` 3. Install TailwindCSS and other npm modules running `npm i` ir `yarn`. You need to use Node version higher or equal to 14.20.1. 4. Run the website locally running: `hugo serve`