Skip to content

Commit

Permalink
Add cloning instructions to building section
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 15, 2024
1 parent 987afb7 commit 1350362
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1350362

Please sign in to comment.