# Manual start
# Windows
On Windows, ELO Sync can be started with the following command in PowerShell:
& .\Elo.Sync.Main.exe
# Alternatively, if .NET runtime was installed system-wide
dotnet run Elo.Sync.Main.dll
# Linux
ELO Sync can be started on Linux with the following Bash command:
./Elo.Sync.Main
# Alternatively, if .NET runtime was installed system-wide
dotnet run Elo.Sync.Main.dll