From 0b2f174ee878e1cc97990de30cc099dbc07a28d7 Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 1 Aug 2023 17:31:22 +0000 Subject: [PATCH] readme: remove nsfw-detector --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9edfda2..4eefcaf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # how to install: ## dependencies ```bash -sudo pacman -S nodejs npm ffmpeg yt-dlp ffmpegthumbnailer postgresql python python-pip imagemagick git mime-types +sudo pacman -S nodejs npm ffmpeg yt-dlp ffmpegthumbnailer postgresql imagemagick git mime-types ``` ## postgres ```bash @@ -26,7 +26,5 @@ mkdir -p public/ca deleted/{ca,b,t} cp config_example.json config.json - edit config.json - set up clients, as described here: https://git.lat/keinBot/cuffeo -pip install nsfw_detector - #if this fails make sure to have enough dedicated ram or swap space, alternatively try with pip install nsfw_detector --no-cache-dir npm start ```