Skip to content

Commit

Permalink
include path to python3 in startup example
Browse files Browse the repository at this point in the history
  • Loading branch information
pkkid committed May 16, 2016
1 parent 36d770a commit 307e7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ cd pygrid && ./pygrid.py

To start at boot I simply added the following line to *Startup Applications*.
```bash
<full-path>/pygrid/pygrid.py
/usr/bin/python3 <full-path>/pygrid/pygrid.py
```


Expand Down

0 comments on commit 307e7fb

Please sign in to comment.