Update README.md

This commit is contained in:
John 2020-06-13 09:21:42 +01:00 committed by GitHub
parent 7a3b9218eb
commit 9e088c6d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ optional arguments:
There should be some output in the launch terminal. Please copy this and include it in any issues posted. If the program is not working, please check that you can run the `plotPCB.py` routine directly by invoking it from the command line and passing it two arguments (1) The name of a `*.kicad_pcb` file and (2) a test directory for the plots to end up in;
```
plotPCB.py boar.kicad_pcb output_folder
plotPCB.py board.kicad_pcb output_folder
```
## Next Steps