1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-11-16 10:08:23 +02:00

Update README.md

This commit is contained in:
Piero Toffanin 2024-11-02 12:08:53 -04:00 committed by GitHub
parent c82cfb11e3
commit 0d1926d7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,6 +142,14 @@ libretranslate [args]
Then open a web browser to <http://localhost:5000>
By default LibreTranslate will install support for all available languages. To only load certain languages and reduce startup time, you can use the **--load-only** argument:
```bash
libretranslate --load-only en,es,fr
```
Check also all other [arguments](#settings--flags) below.
On Ubuntu 20.04 you can also use the install script available at <https://github.com/argosopentech/LibreTranslate-init>
## Run with Docker