Skip to content

Commit

Permalink
Small fix to the examples.
Browse files Browse the repository at this point in the history
- Removed path to the style.
- Added a note about the current directory for the examples.
  • Loading branch information
set-soft authored and yaqwsx committed Jul 30, 2020
1 parent 8389cdf commit 53fbafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The script will download a simple demo board by RoboticsBrno.

# Example usages of PcbDraw

All the examples assumes the current directory is the root of the repository.

To render the board invoke:

```
Expand All @@ -27,7 +29,7 @@ pcbdraw -b examples/ArduinoLearningKitStarter/ArduinoLearningKitStarter.kicad_pc
To use different style:

```
pcbdraw --style pcbdraw/styles/oshpark-purple.json examples/ArduinoLearningKitStarter/ArduinoLearningKitStarter.kicad_pcb front.svg
pcbdraw --style oshpark-purple examples/ArduinoLearningKitStarter/ArduinoLearningKitStarter.kicad_pcb front.svg
```

To render only the board without components:
Expand Down

0 comments on commit 53fbafc

Please sign in to comment.