Remove "like"

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-05-05 22:22:58 +02:00
parent 1867ec39be
commit 3d5941bc5c

View File

@@ -7,7 +7,7 @@ Install them by running the following command in a terminal:
sudo apt install build-essential libgmp-dev m4 sudo apt install build-essential libgmp-dev m4
``` ```
You'll also need to compile a recent version of `nettle` as *FTL*DNS uses `libnettle` for handling DNSSEC. Compile and install a recent version of `nettle` (we tested 3.4) like You'll also need to compile a recent version of `nettle` as *FTL*DNS uses `libnettle` for handling DNSSEC. Compile and install a recent version of `nettle` (we tested 3.4):
``` ```
wget https://ftp.gnu.org/gnu/nettle/nettle-3.4.tar.gz wget https://ftp.gnu.org/gnu/nettle/nettle-3.4.tar.gz
tar -xvzf nettle-3.4.tar.gz tar -xvzf nettle-3.4.tar.gz
@@ -26,7 +26,7 @@ cd FTL
If you want to build another branch and not `master`, use checkout to get to this branch (e.g. `git checkout development`). If you want to build another branch and not `master`, use checkout to get to this branch (e.g. `git checkout development`).
*FTL*DNS can be compiled and installed like *FTL*DNS can now be compiled and installed:
``` ```
make -j 4 make -j 4
sudo make install sudo make install