This commit is contained in:
talksik
2024-11-26 12:47:55 -08:00
parent b7e2abd620
commit 92205ee9e5
+1 -1
View File
@@ -40,7 +40,7 @@ You can use the Makefile on Linux and macOS. It is simple to use and builds the
### Steps for Linux ### Steps for Linux
```sh ```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 # prepend variables if desired such as `WITH_OPENSSL` as mentioned above
make install make install
``` ```