From 66fefa61fbedce8d2cce282ecb092ca41772a971 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 3 May 2021 17:37:49 -0400 Subject: [PATCH] Add dectalk to local files --- .gitignore | 3 --- README.md | 19 +++++++++---------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 48eca72f..cbe79e5b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,9 +20,6 @@ blacklist.json # Tensorflow Models tf_models/ -# DECTalk Files -dectalk/ - # Tesseract Trained Data *.traineddata diff --git a/README.md b/README.md index ffcf90f7..76abd131 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,12 @@ luck on this one. 12. [Follow these instructions to set up Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04). Remember to set up a password! 13. Run `apt install libtool` so sodium can compile if necessary. **(Optional)** 14. Download [the NSFW model](https://github.com/gantman/nsfw_model) and extract the contents to `/tf_models/nsfw`. -15. Download DECTalk and extract it to `/dectalk`. You will have to find this yourself. You need the files `say.exe`, `dectalk.dll`, and `dtalk_us.dic`. -16. Run `apt install wine` to install wine. -17. Run `dpkg --add-architecture i386` to allow installation of wine32. -18. Run `apt update` again. -19. Run `apt install wine32` to install wine32. -20. Run `apt install xvfb` to install xvfb. -21. Run `npm i --production` in the folder you cloned the bot. -22. Run `npx parse-domain-update` to update the domain list for `parse-domain`. -23. Run `npm i -g pm2` to install PM2. -24. Run `pm2 start Xiao.js --name xiao` to run the bot. +15. Run `apt install wine` to install wine. +16. Run `dpkg --add-architecture i386` to allow installation of wine32. +17. Run `apt update` again. +18. Run `apt install wine32` to install wine32. +19. Run `apt install xvfb` to install xvfb. +20. Run `npm i --production` in the folder you cloned the bot. +21. Run `npx parse-domain-update` to update the domain list for `parse-domain`. +22. Run `npm i -g pm2` to install PM2. +23. Run `pm2 start Xiao.js --name xiao` to run the bot.