From e46225ba7d56cbb890c5bf40d52a27fc766d3287 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 20 Aug 2021 02:35:11 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b893249..8bdc582 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ vmprofiler-cli is a CLI program which displays all details of a specified VMProt # Build Instructions +### Requirements + +* Visual Studios 2019 *Fully Updated* +* CMake +* A good attitude + Clone the repository and all submodules using `git clone --recursive https://githacks.org/vmp2/vmprofiler-cli.git`. Then execute the following commands: ```