Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simjanos-dev committed Feb 14, 2024
1 parent dc5cf9c commit 320cc64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 320cc64

Please sign in to comment.