Skip to content

Commit

Permalink
Fixed typo in BUILD.md referencing parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
r-caamano committed Mar 14, 2024
1 parent de9ba23 commit f606957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
```bash
mkdir ~/repos
cd repos
git clone https://github.com/r-caamano/zfw.git
git clone https://github.com/netfoundry/zfw.git
cd zfw/src
make all
sudo make install ARGS=<router|tunnel>
Expand All @@ -40,7 +40,7 @@
```bash
mkdir ~/repos
cd repos
git clone https://github.com/r-caamano/zfw.git
git clone https://github.com/netfoundry/zfw.git
cd zfw/src
make all
sudo make install ARGS=<router|tunnel>
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. The format

- Added ddos_protect diag mode
- Added icmp unrecheable ttl logging. Inner and outer.
- Fixed BUILD.md incorrect reference to parent repo

# [0.5.11] - 2024-02-27

Expand Down

0 comments on commit f606957

Please sign in to comment.