Skip to content

Commit 1350362

Browse files
committed
Add cloning instructions to building section
1 parent 987afb7 commit 1350362

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docs/building.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ QuickJS uses [CMake] as its main build system, with an additional helper [Makefi
1010
Windows users will need to run the CMake commands manually.
1111
:::
1212

13+
## Getting the source
14+
15+
```bash
16+
git clone https://github.com/quickjs-ng/quickjs.git
17+
cd quickjs
18+
```
19+
1320
## Compiling everything
1421

1522
```bash

0 commit comments

Comments
 (0)