Skip to content

Commit

Permalink
minor readme clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jun 11, 2024
1 parent 319863f commit 86a78fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ kicad-mod-converter
```

```bash
# Convert a directory ./my-footprints.pretty to a typescript directory
# Convert a directory ./my-footprints.pretty to a tscircuit project
kicad-mod-converter convert-kicad-directory --input-dir ./my-footprints.pretty --output-dir ./my-tscircuit-footprints
```

You can now go inside `./my-tscircuit-footprints` and run `npm i` and `npm run start` to
view all your footprints!

### Using the Converted Kicad Directory

> [!NOTE]
Expand Down

0 comments on commit 86a78fa

Please sign in to comment.