From 0d1926d7e0554845464c949e4c33f21ca3ae4119 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 2 Nov 2024 12:08:53 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 48536b1..9eea216 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,14 @@ libretranslate [args] Then open a web browser to +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 ## Run with Docker