We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedb7d9 commit 1463e22Copy full SHA for 1463e22
Readme.md
@@ -110,9 +110,22 @@ Benchmark minifyFiles
110
111
### Contributing
112
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:
126
```
127
pnpm install
-pnpm run build.node
128
+pnpm build.node
129
130
131
### License
0 commit comments