Add README.md with build instructions and usage details

This commit is contained in:
tuna2134
2026-06-30 12:45:24 +09:00
parent ebe437161b
commit ae301cc618

28
README.md Normal file
View File

@@ -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.
```