From 4ce249c727245ffb43bcd0762ccba02dd215283d Mon Sep 17 00:00:00 2001 From: Jamieson Becker Date: Fri, 30 Sep 2016 15:31:48 -0500 Subject: [PATCH] Add instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d84d679..8028c28 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ If you have a U2F token and want your udev-using Linux desktop system to detect it as a security token and allow the logged in user to access it (via Chromium, for example), install this. Unlike the Yubico sample udev rule, this should work for any compliant U2F device, including non-Yubico devices and as-yet-unreleased devices. + +Instructions: `make && sudo make install`