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