From 1463e221e5cb9c3e26273331186a4a110513267a Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 28 Dec 2021 08:49:00 -0600 Subject: [PATCH] chore: update contributing guidelines [skip ci] --- Readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0fce779..a139e6a 100644 --- a/Readme.md +++ b/Readme.md @@ -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