From a829166082630a2a1c4666a521db84204aada60c Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Mon, 4 Sep 2023 17:09:16 +0200 Subject: [PATCH] typo; remove cd command from wasm build instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56115e0..2cb049d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Consult the following sections for how to install the prerequisites for your pla Building on Linux should be as simple as installing CMake, GLEW, and the necessary platform libraries from your package manager. For brevity, this guide assumes that the necessary development tools (i.e. a C -complier, make) have already been installed. +compiler, make) have already been installed. The SDL2 platform should only require the `sdl2` library and headers, whilst the Sokol platform requires the library/headers for: @@ -205,7 +205,7 @@ With the SDK installed, you can now setup and build: ```sh # With make (combined full and minimal builds) -cd wipeout-rewrite && make wasm +make wasm # With cmame (full or minimal builds specified via -DMINIMAL_BUNDLE={OFF|ON}) emcmake cmake -S path/to/wipeout-rewrite -B path/to/build-dir -DPLATFORM=SOKOL