From 86a78fa2c8b6e92ff1222636b3ed9ea22ebee3c0 Mon Sep 17 00:00:00 2001 From: seveibar Date: Mon, 10 Jun 2024 18:39:07 -0700 Subject: [PATCH] minor readme clarification --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1441aec..b02c3a8 100644 --- a/README.md +++ b/README.md @@ -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]