From b2eee58df4f74e871fa1ca50e09dbd73848cc6e1 Mon Sep 17 00:00:00 2001 From: Kieron Date: Sat, 29 Jan 2022 12:46:35 +0000 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6ec79d39..0f1f1865 100644 --- a/readme.md +++ b/readme.md @@ -31,11 +31,11 @@ We welcome everyone to give building/breaking/fixing/shooting Asuro a go, feel f 7. Clone this repository. 8. Run the following command in the root of the repo to build the docker image: ```powershell - docker-compose build builder + docker compose build builder ``` 9. Run the following command to compile Asuro: ```powershell - docker-compose run builder + docker compose run builder ``` 10. Create a new virtual machine in Virtualbox and mount the `Asuro.iso` generated in step 9 as a boot image. 11. Add the virtualbox installation directory to your `%PATH%` environment variable, usually: @@ -78,4 +78,4 @@ We welcome everyone to give building/breaking/fixing/shooting Asuro a go, feel f 14. Congratulations! You can now play with Asuro! ### Gotchas -- It was noted that Windows builds above `20H2` seem to have issues installing WSL2. We may have to wait for a patch from Microsoft to fix this. Our devs are currently using build `20H2`. \ No newline at end of file +- It was noted that Windows builds above `20H2` seem to have issues installing WSL2. We may have to wait for a patch from Microsoft to fix this. Our devs are currently using build `20H2`.