Update README.md

simplify build process
This commit is contained in:
anggape 2022-05-16 11:01:32 +07:00
parent 5bfd0d2122
commit e43b4625f5
No known key found for this signature in database
GPG Key ID: F5E32DF816575480

View File

@ -11,10 +11,8 @@ To compile the example, use one of the following dependending on your build targ
Use the following to build for desktop: Use the following to build for desktop:
``` bash ``` bash
mkdir build cmake -B build
cd build cmake --build build
cmake ..
make
``` ```
### Web ### Web