README: fix layout
This commit is contained in:
parent
993b24cc85
commit
e91356ffa3
|
@ -10,13 +10,14 @@ requirements
|
|||
============
|
||||
|
||||
to be able to generate the outputs you need following software:
|
||||
|
||||
- rake: the central script taking care of generating the output files (Makefile is too cumbersome to parse files)
|
||||
- [QEDA](http://qeda.org/): to generate footprints for the parts
|
||||
- [Lepton EDA](https://github.com/lepton-eda/lepton-eda): for the schematic capture
|
||||
- [pcb-rnd](http://repo.hu/projects/pcb-rnd/): for the board layout
|
||||
the output generation is automatized.
|
||||
|
||||
schematic
|
||||
compiling
|
||||
=========
|
||||
|
||||
library
|
||||
|
@ -76,7 +77,7 @@ rake bom
|
|||
~~~
|
||||
|
||||
board
|
||||
=====
|
||||
-----
|
||||
|
||||
the `.lht` file is the board layout source file.
|
||||
it has been drawn using [coralEDA pcb-rnd](http://repo.hu/projects/pcb-rnd/).
|
||||
|
@ -90,7 +91,3 @@ to export gerber files for PCB manufacturer (and photo preview + overview docume
|
|||
~~~
|
||||
rake fabrication
|
||||
~~~
|
||||
|
||||
fabrication
|
||||
===========
|
||||
|
||||
|
|
Loading…
Reference in New Issue