From 25ab7e8e36c1223c2ead64a558d608e820398791 Mon Sep 17 00:00:00 2001 From: vlw Date: Wed, 25 Sep 2024 14:41:10 +0000 Subject: [PATCH] feat(doc): add install script reference to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ea7d71..24869fb 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Vegvisir|Reflect Follow the installation instructions for [Vegvisir](https://vegvisir.vlw.se/docs/installation) and point the `site_path` variable to the local vlw.se folder. -3. **Install dependencies** +3. **Run the install script** - Install dependencies with composer. + This bash script will install dependencies and make npm modules public. ``` - composer install --optimize-autoloader + ./install.sh ``` Et voila! You probably want to install the API-side too but the website itself should now be accessible from your configured Vegvisir host. @@ -49,7 +49,7 @@ The API (and database) is where most content is stored and served from on this w 3. **Install dependencies** - Install dependencies with composer. + `cd` into the api folder and install dependencies with composer. ``` composer install --optimize-autoloader ```