diff options
author | Argos Open Tech <48267258+argosopentech@users.noreply.github.com> | 2024-10-16 19:48:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 19:48:45 -0400 |
commit | 3ca454ce0c99f3577c858af686d1495d546b2a52 (patch) | |
tree | ad0ac7f6a7071b31d8484d35f41ef4f55a784449 /README.md | |
parent | 523c7afb131b9a4a7b5753f2fa08b9c502cad98f (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ git clone https://github.com/argosopentech/LibreTranslate-init.git ~/LibreTransl # Download dependencies and run LibreTranslate on port 5000 ~/LibreTranslate-init/setup.sh +# Add your hostname or IP address to this command +# When you run LibreTranslate for the first time it will download all of the language model packages +~/LibreTranslate/env/bin/libretranslate --host <your hostname or IP address> + # Set server_name to your domain name in ~/LibreTranslate-init/nginx # Run LibreTranslate WSGI with nginx and systemd |