From 3e287dc3d60588081cee934655c74cc1cb552229 Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:01:54 -0600 Subject: [PATCH] document initial build process and update packages (#342) * document initial build process and update packages * typo * Update README.md Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com> --------- Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c0e869..7fa658b 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ git submodule update --init 1. Run setup script to install project dependencies: ``` -=chmod a+x site/_utils/setup.sh -.site/_utils/setup.sh +chmod a+x site/_utils/setup.sh +./site/_utils/setup.sh ``` 1. Navigate to the `site` folder and start the project: