From 64441085bfb54a9e6751c14fbb13460bc4c02735 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Mon, 11 Oct 2021 11:23:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5957c..9c0b68b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ So far, this is a project and not a finished product. The current prototype is o 11. Enter slot number the card is in 12. Wait for firmware update to complete all four pages -### Additional steps if your were set up before October 11, 2021 to upgrade Golang and use new command line parameters for the service +### Additional steps to upgrade Golang and use new command line parameters for the service (if you had set up before October 11, 2021) This must be done via ssh directly into the RPi: 1. `sudo apt remove golang` 2. `export GOLANG="$(curl https://golang.org/dl/|grep linux-armv6l|grep -v beta|head -1|awk -F\> {'print $3'}|awk -F\< {'print $1'})"`