Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deacix committed Feb 17, 2019
1 parent fe033df commit a01b564
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,25 @@ Raspberry PI code can be found at ``./pi`` directory.

### How to run the QR generator on the Raspberry PI

``
```
apt update
apt install git python-pip python-imaging spidev imagemagick nodejs
npm install -g yarn
pip install RPi.GPIO spidev Pillow
cd /opt
git clone https://github.com/CryptoManiacsZone/jobocar.git
cd jobocar/pi/nodejs
yarn
yarn start
``
```

## Accomplishments that we're proud of

Expand Down

0 comments on commit a01b564

Please sign in to comment.