From c9d5a9decf72d22326eac698bc0aeeb8bc329cd8 Mon Sep 17 00:00:00 2001 From: KitsuneSemCalda Date: Mon, 15 Jan 2024 03:53:22 -0300 Subject: [PATCH] chore(README): adding a warning --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1b36acf..9a1d184 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,23 @@ Animatic-v2 is a Go-based application designed to search and download anime epis >[!WARNING] > Do you need go 1.21.5 installed in your system +>[!WARNING] +> Do you need create manually the /chromeMedia folder + To install this project we need follow this steps: +- Create a directory chromeMedia in root: + +```bash +sudo mkdir /chromeMedia +``` + +If chromeMedia is a root owned directory, you need change owner to your user + +```bash +sudo chown $USER /chromeMedia +``` + - Compile the project in your enviroment: ```bash