From ae301cc618fa51e8ebaf7ad53414a066b560b9f2 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Tue, 30 Jun 2026 12:45:24 +0900 Subject: [PATCH] Add README.md with build instructions and usage details --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e021ef7 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# etherip-client + +[etherip-kmod](https://git.neody.ad.jp/tuna2134/etherip-kmod)のクライアント + +## ビルド +``` +go build . +``` + +## 使い方 + +``` +Ethernet over IPv6 + +Usage: + etherip-client [command] + +Available Commands: + add Ethernet over IPv6(RFC3378)カーネルのクライアント + completion Generate the autocompletion script for the specified shell + delete Delete iface + help Help about any command + +Flags: + -h, --help help for etherip-client + +Use "etherip-client [command] --help" for more information about a command. +``` \ No newline at end of file