Added conditional build platforms warning

Toby Chui 2023-06-05 00:20:17 +08:00
parent c8cbb682be
commit f46236b5c2

@ -10,7 +10,7 @@ If you want to move Zoraxy to a new server, or just want to do a backup, this ca
3. Move your zoraxy-backup.tar.gz to your new server or backup destination
4. If you want to run Zoraxy on a new maschine, install it on the new maschine but DO NOT start it
4. If you want to run Zoraxy on a new machine, install it on the new machine but DO NOT start it
5. Move your backup file to the new root of Zoraxy and extract it with:
@ -18,6 +18,9 @@ If you want to move Zoraxy to a new server, or just want to do a backup, this ca
6. Start Zoraxy as usual
### IMPORTANT NOTES
Riscv64 and mipsle builds cannot be transferred cross platform with the above method as the platform is conditional build with FS based database (instead of key-value DB) to save system memory.
# Create a systemd-service for Zoraxy