Skip to content

Commit

Permalink
Remove "gui" from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Jun 2, 2024
1 parent 2f6d67a commit 208455d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ you will get a version of `piggui` with fake hardware backing it, not real Pi GP

To be able to interact with real Pi GPIO hardware you have two options:

- Run `cargo install --features "gui","pi"` on your Pi
- Run `cargo install --features "pi"` on your Pi
- Follow the instructions before for Building from Source
- Directly on your Raspberry Pi.
- Use `make` to build on your machine for your Pi, but you will need `Docker`/`Podman` and `cross`
Expand Down Expand Up @@ -195,8 +195,8 @@ loading a config, the default config will be used.

To do this you can use the equivalent of what `make run` does, adding the filename:

- On a Pi: `cargo run --features "pi","gui" -- <filename>`
- On macOS, linux or Windows: `cargo run --features "gui" -- <filename>`
- On a Pi: `cargo run --features "pi" -- <filename>`
- On macOS, linux or Windows: `cargo run -- <filename>`

## Contributing

Expand Down

0 comments on commit 208455d

Please sign in to comment.