главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorP.J. Finlay <pjappdevelopment@gmail.com>2022-05-07 09:57:11 -0500
committerGitHub <noreply@github.com>2022-05-07 09:57:11 -0500
commit98c55410e06b5a1fc968747e8ee83b83ae7022ca (patch)
treeab9f3e30ed0cfc604ef36b25411cf3ddba459e62 /README.md
parent53f3bdfeb65bcd3b35168053a3b9084394821be8 (diff)
Remove swap space
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 41822d8..3bf8bd4 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,6 @@ git clone https://github.com/argosopentech/LibreTranslate-init.git ~/LibreTransl
# Download dependencies and run LibreTranslate on port 5000
~/LibreTranslate-init/setup.sh
-# Optional: Add swap space
-# sudo fallocate -l 10G /swapfile
-# sudo chmod 600 /swapfile
-# sudo mkswap /swapfile
-# sudo swapon /swapfile
-# sudo swapon --show
-
# Run LibreTranslate WSGI with nginx and systemd
~/LibreTranslate-init/run.sh