From 08f6a6bbe6557ccf5a57cca8577d156e053a732b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 20 Oct 2023 10:20:10 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d1bdd7adf..6d7a23392 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,7 @@ XMake can also generate a project file for another tool: - Ninja: `xmake project -k ninja` - XCode: `xmake project -k xcode` -You should now be able to the project file with the tool of your choice. +You should now be able to open the project file with the tool of your choice. ## Test @@ -37,4 +37,4 @@ You can also run unit tests with `xmake run NazaraUnitTests`. ## Install -You can also package the engine in a folder by using `xmake install -o target_folder`, on Unix-based system you can also install it system-wide by running `xmake install`. \ No newline at end of file +You can also package the engine in a folder by using `xmake install -o target_folder`, on Unix-based system you can also install it system-wide by running `xmake install`.