From 320cc64dbe81d6532c6541834359deb40fc76596 Mon Sep 17 00:00:00 2001 From: simjanos-dev Date: Wed, 14 Feb 2024 14:58:30 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f12d8fb..06c628b3 100755 --- a/README.md +++ b/README.md @@ -85,10 +85,14 @@ Step 3: Follow the instructions on this page in the `Importing dictionaries` sec ## Updating to the latest version If you are below v0.5.2, please use the migration guide provided [here](/migration.md) instead of this command. +I recommend making a copy of your linguacafe folder before updating, to make sure you will have a backup if anything goes wrong. + +##### Linux and MacOs: ``` git pull && docker compose pull && docker compose up -d --force-recreate ``` +##### Windows On Windows, you can run again [the installation script](/install_linguacafe.bat) to update to the latest version, or run the commands separately: ``` git pull