Skip to content

Commit

Permalink
Fix name of KEYBOARD_PATH env variable in README (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Aug 18, 2020
1 parent db633d8 commit 4587f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To enable TinyPilot's Git hooks, run:
To run TinyPilot on a non-Pi machine, run:

```bash
PORT=8000 KEYBOARD_INTERFACE=/dev/null ./app/main.py
PORT=8000 KEYBOARD_PATH=/dev/null ./app/main.py
```

## Options
Expand All @@ -134,7 +134,7 @@ TinyPilot accepts various options through environment variables:
|----------------------|--------------|-------------|
| `HOST` | `0.0.0.0` | Network interface to listen for incoming connections. |
| `PORT` | `8000` | HTTP port to listen for incoming connections. |
| `KEYBOARD_INTERFACE` | `/dev/hidg0` | Path to keyboard HID interface. |
| `KEYBOARD_PATH` | `/dev/hidg0` | Path to keyboard HID interface. |

## Upgrades

Expand Down

0 comments on commit 4587f98

Please sign in to comment.