Преглед на файлове

Information about dependencies and Makefile correction

Laurent HUBERT преди 8 години
родител
ревизия
c6f3507153
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 1 1
      Makefile
  2. 5 1
      README.md

+ 1 - 1
Makefile

@@ -7,4 +7,4 @@ FIREWALL_CONF=firewall.conf
 firewall:
 	$(CP) scripts/firewall /etc/init.d/firewall
 	$(MKDIR) -p $(FIREWALL_ETC_DIR)
-	$(CP) etc/firewall/$(FIREWALL_CONF) $(FIREWALL_ETC_DIR)/
+	$(CP) etc/$(FIREWALL_CONF) $(FIREWALL_ETC_DIR)/

+ 5 - 1
README.md

@@ -64,9 +64,13 @@ morpheus@server $ sudo systemctl status ssh
 
 ### Setup your firewall
 
-Using the given script, install your firewall. The best way to do this is to first clone this repository and then run the install script:
+
+Using the given script, install your firewall. The best way to do this is to first clone this repository and then run the install script.
+
+** You will need `git` and `make` to be installed**
 
 ```bash
+morpheus@server $ sudo apt-get update && sudo apt-get install git make
 morpheus@server $ git clone <THIS REPOS URL>
 morpheus@server $ sudo make
 ```