Skip to content

Commit 1463e22

Browse files
authored
chore: update contributing guidelines [skip ci]
1 parent eedb7d9 commit 1463e22

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,22 @@ Benchmark minifyFiles
110110

111111
### Contributing
112112

113+
You would need to install the ldc compiler for the D programming language
114+
```
115+
curl -fsS https://dlang.org/install.sh | bash -s ldc
116+
```
117+
After installation, it will print a message about activating it. Something like `source activate_ldc.sh`.
118+
119+
After running the activation command, clone the repository:
120+
```
121+
git clone --recurse-submodules https://github.com/aminya/minijson
122+
cd minijson
123+
```
124+
125+
Then build with:
113126
```
114127
pnpm install
115-
pnpm run build.node
128+
pnpm build.node
116129
```
117130

118131
### License

0 commit comments

Comments
 (0)