From 3d5941bc5c0418868fff3edfafc68a4e7aad73c0 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 5 May 2018 22:22:58 +0200 Subject: [PATCH] Remove "like" Signed-off-by: DL6ER --- docs/ftldns/compile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ftldns/compile.md b/docs/ftldns/compile.md index 0a2f6b9..5b8d835 100644 --- a/docs/ftldns/compile.md +++ b/docs/ftldns/compile.md @@ -7,7 +7,7 @@ Install them by running the following command in a terminal: 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 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`). -*FTL*DNS can be compiled and installed like +*FTL*DNS can now be compiled and installed: ``` make -j 4 sudo make install