From dfbf865c209d3e102f4168b4454b78e6e87aabef Mon Sep 17 00:00:00 2001 From: Mario Hewardt Date: Wed, 13 Oct 2021 11:47:59 -0700 Subject: [PATCH] Updates install and readme --- INSTALL.md | 2 +- README.md | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 38e339e..ab74590 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -# Install ProcDump +# Install Sysmon ## Ubuntu 18.04, 20.04 & 21.04 #### 1. Register Microsoft key and feed diff --git a/README.md b/README.md index 8020c08..df3e869 100644 --- a/README.md +++ b/README.md @@ -32,19 +32,6 @@ cmake .. make ``` -## (Build from Sysmon ADO internally) -*This is only required when cloning from the Sysmon ADO. Most users can -ignore this.* -``` -cd -git clone -cd Sysmon/linux -mkdir build -cd build -cmake -DSYSMON_ADO=1 .. -make -``` - ## Test ``` ./sysmonUnitTests