From d30518a04a35c07394fafac74d3c42d9a356d7b1 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Mon, 30 Jun 2025 19:54:22 +0000 Subject: [PATCH] README: update the build url link Signed-off-by: Vincent Li --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb47adcc0..dc46b712a 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,11 @@ for example on Ubuntu 22.04 LTS: ``` apt install git-core g++ manpages-pl patch byacc make autoconf automake libltdl-dev -git clone https://github.com/vincentmli/BPFire.git +git clone https://github.com/vincentmli/bpfire.git -cd BPFire +cd bpfire -wget --mirror --convert-links --adjust-extension --page-requisites --no-parent --cut-dirs=2 -nH --reject "index.html*" https://www.vcn.bc.ca/~vli/bpfire/cache/ +wget --mirror --convert-links --adjust-extension --page-requisites --no-parent --cut-dirs=2 -nH --reject "index.html*" --reject "*.gif" https://www.bpfire.net/download/bpfire/cache/ ./make.sh build