Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sporeball committed Nov 26, 2024
1 parent 1f87b66 commit 05b04b9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# kicad-wakatime

**kicad-wakatime** is a WakaTime plugin for [KiCAD](https://www.kicad.org/) 8.99.

## Installation

On all platforms:
1. Download the latest release of kicad-wakatime from the releases section.
2. Enable the KiCAD API in KiCAD 8.99. (Settings -> Plugins -> KiCAD API)
3. Open kicad-wakatime and fill out the settings.
4. Start designing!

## Downloading KiCAD 8.99

If you are a Windows user, you can download KiCAD 8.99 [here](https://downloads.kicad.org/kicad/windows/explore/nightlies) (pick an "x86_64.exe".)

If you are a macOS user, you can download KiCAD 8.99 [here](https://downloads.kicad.org/kicad/macos/explore/nightlies) (pick a ".dmg").

If you are an Ubuntu user, you can install KiCAD 8.99 using the following shell commands:

```shell
sudo add-apt-repository --yes ppa:kicad/kicad-dev-nightly
sudo apt update
sudo apt install kicad-nightly
```

## Issues

If kicad-wakatime is not doing what you expect, please [open an issue](https://github.com/hackclub/kicad-wakatime/issues).

The bug report template will ask you for a magic word to confirm that you've read this README.\
The magic word is **"dreadnought"**.

Please make sure you're running KiCAD 8.99 (**not** KiCAD 8.0!) and the API server is enabled.

0 comments on commit 05b04b9

Please sign in to comment.