Fix typo in WSL installation command and correct spelling in Credits section

This commit is contained in:
notepadguyOfficial
2025-02-21 08:03:28 +08:00
parent 91703c186c
commit 926ab1d5df

View File

@@ -24,7 +24,7 @@
## WSL Installation ## WSL Installation
1. Open cmd/Powershell and run this command: 1. Open cmd/Powershell and run this command:
```cmd ```cmd
wsl --insall -d Debian wsl --install -d Debian
``` ```
2. Once Installed, Export the a backup to the desired location: 2. Once Installed, Export the a backup to the desired location:
@@ -163,4 +163,4 @@ set realmlist 172.17.0.1
## Credits ## Credits
- Special thanks to [coc0nut](https://github.com/coc0nut) for the Script Base [Repository](https://github.com/coc0nut/AzerothCore-with-Playerbots-Docker-Setup). - Special thanks to [coc0nut](https://github.com/coc0nut) for the Script Base [Repository](https://github.com/coc0nut/AzerothCore-with-Playerbots-Docker-Setup).
- Special thanks to [Jérémie Panzer](https://gist.github.com/Athou) for the insallation Script of Docker [Script-Link](https://gist.github.com/Athou/022c67de48f1cf6584ce6c194af71a09). - Special thanks to [Jérémie Panzer](https://gist.github.com/Athou) for the installation Script of Docker [Script-Link](https://gist.github.com/Athou/022c67de48f1cf6584ce6c194af71a09).