Skip to content

Commit

Permalink
chore: update contributing guidelines [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Dec 28, 2021
1 parent eedb7d9 commit 1463e22
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,22 @@ Benchmark minifyFiles

### Contributing

You would need to install the ldc compiler for the D programming language
```
curl -fsS https://dlang.org/install.sh | bash -s ldc
```
After installation, it will print a message about activating it. Something like `source activate_ldc.sh`.

After running the activation command, clone the repository:
```
git clone --recurse-submodules https://github.com/aminya/minijson
cd minijson
```

Then build with:
```
pnpm install
pnpm run build.node
pnpm build.node
```

### License
Expand Down

0 comments on commit 1463e22

Please sign in to comment.