From 8375ff35d5a93e291e287f75eefe5a176987b002 Mon Sep 17 00:00:00 2001 From: "Julius C. Enriquez" Date: Mon, 12 Aug 2019 15:42:50 +0800 Subject: [PATCH] Update README with fixed compiling prerequisites install command Changed Go compiler package in the `apt` command for installing compilation prerequisites to the correct package name. NOTE: Tested on Ubuntu 18.04 LTS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b73659..c8ee958 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The current main code, written in Go, lives in the `prog4/jcdriver` folder, as i ## Compiling ``` -sudo apt install libudev-dev go git +sudo apt install libudev-dev golang git go get -u github.com/riking/joycon/prog4/jcdriver # Download and build the program cp $(go env GOBIN)/jcdriver ./jcdriver # Copy the binary out of where Go drops it