Browse Source

no sudo for compiling :)

anon 4 years ago
parent
commit
cd9400f3ee
1 changed files with 5 additions and 4 deletions
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -7,11 +7,12 @@ Covert Channels are Tricky Stuff
 Change to daemon/ and run cmake and compile with
 
 ```
-sudo cmake .
+mkdir build
+cmake ..
 ```
 and
 ```
-sudo make
+make
 ```
 
 Copy executable
@@ -21,13 +22,13 @@ sudo cp ccats /usr/bin
 ```
 
 
-Copy service file 
+Copy service file
 
 ```
 sudo cp ccats.service /etc/systemd/system/
 ```
 
-Enable and start service with 
+Enable and start service with
 
 ```
 sudo systemctl enable ccats.service