From aeb48edf727f23cc4f8fd9b760cfb69f03098278 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 8 Jun 2020 10:48:58 -0700 Subject: [PATCH] use $LOCALAPPDATA variable for windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6b7594..430ee668 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Custom local parser plugins may be placed in a `jc/jcparsers` folder in your loc - Linux/unix: `$HOME/.local/share/jc/jcparsers` - macOS: `$HOME/Library/Application Support/jc/jcparsers` -- Windows: `C:\Users\\AppData\Local\jc\jc\jcparsers` +- Windows: `$LOCALAPPDATA\jc\jc\jcparsers` Use the [`jc/parsers/foo.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/foo.py) parser as a template and simply place a `.py` file in the `jcparsers` subfolder.