From 56d9933598c72746a0678649ea8f61beea72477a Mon Sep 17 00:00:00 2001 From: RazvanN7 Date: Mon, 10 Jan 2022 12:06:35 +0200 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ca911..72c71f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,15 @@ D-Scanner is a tool for analyzing D source code ### Building and installing -First make sure that you have all the source code. Run ```git submodule update --init --recursive``` + +First, make sure that you have fetched the upstream: git@github.com:dlang-community/D-Scanner.git + +``` +git remote add upstream git@github.com:dlang-community/D-Scanner.git +git fetch upstream +``` + +Secondly, make sure that you have all the source code. Run ```git submodule update --init --recursive``` after cloning the project. To build D-Scanner, run ```make``` (or the build.bat file on Windows).