Update README.md

This commit is contained in:
beerpsi 2024-03-07 01:50:54 +00:00
parent 094aae9854
commit 3f5325f251
1 changed files with 5 additions and 3 deletions

View File

@ -13,15 +13,17 @@ aqua-importer.bat D:/PATH/TO/AQUA
## Updating ARTEMiS
Run `update-artemis.bat`, which will download the latest version of ARTEMiS, update dependencies and do any migrations needed.
## Migrating from a previous version of artemis-portable
Remove the `mariadb/data` folder from the new version, and copy over that folder from the old version.
## Running ARTEMiS
Double click `start.bat`. That's it.
## Updating from a previous artemis-portable installation
Extract the new artemis-portable, then copy the `mariadb` folder over to keep your user data.
Remember to do migrations afterwards with:
```batchfile
dbutils.bat upgrade
```
## Download
Built on [`Hay1tsme/artemis@c4deff9d1c`](https://gitea.tendokyu.moe/Hay1tsme/artemis/commit/c4deff9d1c64dc2b2275c67ced64767ac848e852)