diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |