From 92205ee9e509ba6f808d491144017628cb212fc8 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 26 Nov 2024 12:47:55 -0800 Subject: [PATCH] fix typo --- misc/READMORE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/READMORE.md b/misc/READMORE.md index 1ec942d1a..9897855fd 100644 --- a/misc/READMORE.md +++ b/misc/READMORE.md @@ -40,7 +40,7 @@ You can use the Makefile on Linux and macOS. It is simple to use and builds the ### Steps for Linux ```sh -git clone --resurse-submodules https://github.com/uNetworking/uWebSockets +git clone --recurse-submodules https://github.com/uNetworking/uWebSockets make # prepend variables if desired such as `WITH_OPENSSL` as mentioned above make install ```