README: fix layout

This commit is contained in:
King Kévin 2021-09-02 12:33:14 +02:00
parent 993b24cc85
commit e91356ffa3
1 changed files with 3 additions and 6 deletions

View File

@ -10,13 +10,14 @@ requirements
============ ============
to be able to generate the outputs you need following software: 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) - 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 - [QEDA](http://qeda.org/): to generate footprints for the parts
- [Lepton EDA](https://github.com/lepton-eda/lepton-eda): for the schematic capture - [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 - [pcb-rnd](http://repo.hu/projects/pcb-rnd/): for the board layout
the output generation is automatized. the output generation is automatized.
schematic compiling
========= =========
library library
@ -76,7 +77,7 @@ rake bom
~~~ ~~~
board board
===== -----
the `.lht` file is the board layout source file. the `.lht` file is the board layout source file.
it has been drawn using [coralEDA pcb-rnd](http://repo.hu/projects/pcb-rnd/). 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 rake fabrication
~~~ ~~~
fabrication
===========