Parcourir la source

no sudo for compiling :)

anon il y a 4 ans
Parent
commit
cd9400f3ee
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  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