From 6764fce2095ece98c132099ffb148d2175ac98f7 Mon Sep 17 00:00:00 2001 From: ussrhero Date: Tue, 10 Jul 2018 07:56:29 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92adabb..1e887f1 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,11 @@ If you want to automate the debugger but dislike the WinDbg built-in script mach [API Reference](/../wikis/API Reference) ## How to build ? -* Install VS 2017 +* install VS 2017 * get sources: -* -* -* \ No newline at end of file + +``` +git clone --recurse-submodules https://githomelab.ru/pykd/pykd.git local_dir +``` +* open pykd.sln +* choose a python version and a target platfome then build pykd projects \ No newline at end of file