mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix docs for wg handshake extraction
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ all: wice
|
||||
|
||||
wice:
|
||||
go generate ./...
|
||||
go build -o $@ -ldflags="$(LDFLAGS)" ./cmd
|
||||
go build -o $@ -ldflags="$(LDFLAGS)" .
|
||||
|
||||
tests:
|
||||
ginkgo run $(GINKGO_OPTS)
|
||||
|
@@ -14,7 +14,13 @@
|
||||
# kernel memory layout.
|
||||
#
|
||||
# Please point the KERNELDIR environment variable to a directory containing the
|
||||
# **full** kernel sources (headers are not sufficient).
|
||||
# **full** kernel sources (headers are not sufficient) while running "go generate":
|
||||
#
|
||||
# $ export KERNELDIR=/usr/src/linux-5.15
|
||||
# $ git clone github.com/stv0g/wice
|
||||
# $ cd wice
|
||||
# $ go generate -tags tracer
|
||||
# $ go build -tags tracer .
|
||||
#
|
||||
|
||||
set -e
|
Reference in New Issue
Block a user