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 ```