Update README.md

This commit is contained in:
Lucca Faria Ferri 2023-02-01 18:02:50 -03:00 committed by Pablo Rigueto
parent 9bfeb96e4e
commit d54a70401c

View File

@ -64,6 +64,16 @@ dotnet publish ./src/DiIiS-NA/Blizzless.csproj --configuration Release --output
- `!account add username@ YourPassword YourBattleTag owner` - `!account add username@ YourPassword YourBattleTag owner`
- Creates an account with Login `username@`, password `YourPassword` and BattleTag `YourBattleTag` with rank `owner` - Creates an account with Login `username@`, password `YourPassword` and BattleTag `YourBattleTag` with rank `owner`
### Example:
> !account add username@ YourPassword YourBattleTag
Creates an account with Login `username@`, password `YourPassword` and BattleTag `YourBattleTag`
> !account add username@ YourPassword YourBattleTag owner
Creates an account with Login `username@`, password `YourPassword` and BattleTag `YourBattleTag` with rank `owner`
## Prepare Client ## Prepare Client
Do this for each client connecting to the server. Do this for each client connecting to the server.