From 389a5155558fdd5e1e455c1340076f1faa99ea45 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 1 Nov 2018 17:07:53 +0100 Subject: [PATCH] README: update to reflect quickstart https://gokrazy.org/quickstart.html --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f46397f..b30772c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ would like. Hence, he is going Go-only where feasible. ## Installation -[Install Go 1.8](https://golang.org/dl/) if you haven’t already. +[Install the latest Go version](https://golang.org/dl/) if you haven’t already. Then, use the `go` tool to download and install `gokr-packer`: ``` @@ -27,7 +27,6 @@ go get -u github.com/gokrazy/tools/cmd/gokr-packer To re-partition and overwrite the SD card `/dev/sdb`, use: ``` -sudo setcap CAP_SYS_ADMIN,CAP_DAC_OVERRIDE=ep ~/go/bin/gokr-packer gokr-packer -overwrite=/dev/sdb github.com/gokrazy/hello ```