Skip to content

Commit 4187187

Browse files
committed
Update script's README.
1 parent 3b7b945 commit 4187187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
These are scripts to make building and debugging this tool easier. They're used in the main [`install.sh`](../install.sh) file.
22

3-
* [`build.sh`](./build.sh) - Builds the XDP Firewall tool.
4-
* [`install.sh`](./install.sh) - Installs the XDP Firewall tool to system.
5-
* [`clean.sh`](./clean.sh) - Cleans the XDP Firewall tool's build files.
3+
* [`build.sh`](./build.sh) - Builds the XDP Proxy tool.
4+
* [`install.sh`](./install.sh) - Installs the XDP Proxy tool to system.
5+
* [`clean.sh`](./clean.sh) - Cleans the XDP Proxy tool's build files.
66
* [`libxdp_build.sh`](./libxdp_build.sh) - Builds the LibXDP library.
77
* [`libxdp_install.sh`](./libxdp_install.sh) - Installs the LibXDP library to system.
88
* [`libxdp_clean.sh`](./libxdp_clean.sh) - Cleans the LibXDP library's build files.

0 commit comments

Comments
 (0)