Add usage instructions

master
HimbeerserverDE 2021-04-22 15:11:31 +02:00
parent 02f04a6e8b
commit c30712e705
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# multiserver_converter
MT to multiserver auth database converter
## Installation
`go get github.com/HimbeerserverDE/multiserver_converter`
## Usage
`$GOPATH/bin/multiserver_converter <sqlite3 <in> <out> | psql <in_db> <in_user> <in_password> <in_host> <in_port> <out_db> <out_user> <out_password> <out_host> <out_port>>`