Add cloning instructions to building section

This commit is contained in:
Saúl Ibarra Corretgé 2024-11-13 23:36:50 +01:00
parent 987afb7a52
commit 1350362ba6

View file

@ -10,6 +10,13 @@ QuickJS uses [CMake] as its main build system, with an additional helper [Makefi
Windows users will need to run the CMake commands manually.
:::
## Getting the source
```bash
git clone https://github.com/quickjs-ng/quickjs.git
cd quickjs
```
## Compiling everything
```bash