From 30b6a6cd12b0668b755fc56749cbbdee240b5adb Mon Sep 17 00:00:00 2001 From: Tim Bird Date: Tue, 10 May 2016 16:22:34 -0700 Subject: [PATCH] Improve README instructions --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 9bd9310..ac8d1eb 100644 --- a/README +++ b/README @@ -13,6 +13,11 @@ If you have the python 'serial' module, you can just place grabserial in a directory on your path, or add the directory containing grabserial to your path, or just invoke grabserial directly. - $ path/to/program/grabserial +This should work: + + $ sudo cp grabserial /usr/local/bin + $ grabserial You can also install this as a python module with: 'python setup.py install' +(Some users have reported problems with this - let me know if it doesn't +work for you.)