-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |