Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ Here are a few short examples of command line input:
- Delete all selected value objects on the modules

## Getting Started

### Installation

- Place the entire kicommand folder in
**C:\Program Files\KiCad\share\kicad\scripting\plugins**
Or the equivalent in MacOS or Linux
(*there may be a user-level directory for such files, but I am not aware of it at the moment.*)
Place the entire `kicommand` folder in:

- Windows: `C:\Program Files\KiCad\share\kicad\scripting\plugins`\
(*there may be a user-level directory for such files, but I am not aware of it at the moment.*)
- Linux: `/usr/share/kicad/scripting/plugins/` or `~/.kicad_plugins/`
- Mac OSX: `~/Library/Preferences/kicad/scripting`\
(although you might experience [problems](
https://forum.kicad.info/t/kicad-on-os-x-how-to-use-python-scripts-solved/1004))

#### For KiCad (5.1.5)-3 release:
KiCommand is an ActionPlugin and is installed similarly to other Action Plugins:
Expand Down Expand Up @@ -225,4 +230,4 @@ and commands in the *Comparison* category.

# Next Up: Tutorial

This document serves as a basic introduction. For much more information in a tutorial format, read the [Tutorial and Wiki](https://forum.kicad.info/t/21008).
This document serves as a basic introduction. For much more information in a tutorial format, read the [Tutorial and Wiki](https://forum.kicad.info/t/21008).