From 9ad8b8ba7432642acc336d17539e73c3fb9ac300 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 1 Sep 2025 20:51:24 +0200 Subject: [PATCH] Fix zig fetch command for emsdk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd2efb..39772f9 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ raylib_artifact.root_module.addCMacro("SUPPORT_FILEFORMAT_JPG", ""); To export your project for the web, first add emsdk to your dependencies. Its also possible to use a local emsdk folder. -`zig fetch --save git+https://github.com/emscripten-core/emsdk#4.0.9` +`zig fetch --save=emsdk git+https://github.com/emscripten-core/emsdk#4.0.9` Add this to your build method to build for the web