diff --git a/docs/docs/building.md b/docs/docs/building.md index deaa20d..3737a31 100644 --- a/docs/docs/building.md +++ b/docs/docs/building.md @@ -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