From 1350362ba6a0fd065a68edd5088bb92b59bd318b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 13 Nov 2024 23:36:50 +0100 Subject: [PATCH] Add cloning instructions to building section --- docs/docs/building.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/building.md b/docs/docs/building.md index deaa20df..3737a31a 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