From cff2e2c8051fbb284323070d108f08c0ba200e20 Mon Sep 17 00:00:00 2001 From: Alexander Naumov Date: Fri, 23 Aug 2024 18:26:59 +0200 Subject: [PATCH] README: update install steps --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c75a0c..0d70809 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,9 @@ The [GNU Configure & Build][buildsystem] system use `/usr/local` as the default install prefix. Usually this is sufficient, the below example installs to `/usr` instead: - tar xf nemesis-1.7.tar.xz - cd nemesis-1.7/ + wget https://github.com/libnet/nemesis/releases/download/v1.8/nemesis-1.8.tar.gz + tar xf nemesis-1.8.tar.gz + cd nemesis-1.8/ ./configure --prefix=/usr make -j5 sudo make install-strip