Skip to content

Commit

Permalink
Improve README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bird committed May 10, 2016
1 parent 2c6bde5 commit 30b6a6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

0 comments on commit 30b6a6c

Please sign in to comment.