From bdd90bd27039388881b25a30ca3969005ba53956 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 24 Nov 2023 20:04:52 +0200 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb61e56..0ec363e 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,12 @@ Default build inspired and adapted for [Yggdrasil](https://github.com/yggdrasil- ### Install 1. Install `composer`, `php` and `manticore` -2. Grab latest version `git clone https://github.com/YGGverse/Yo.git` +2. Grab latest `Yo` version `git clone https://github.com/YGGverse/Yo.git` 3. Run `composer update` inside the project directory 4. Check `src/config.json` for any customizations -5. Run indexes init script `php src/cli/index/init.php` -6. [Start crawling!](https://github.com/YGGverse/Yo#documentation) +5. Make sure `storage` folder writable +6. Run indexes init script `php src/cli/index/init.php` +7. [Start crawling!](https://github.com/YGGverse/Yo#documentation) ## Documentation