Skip to content

Commit 2f864e6

Browse files
committed
meta: document where auto update puts the binary
1 parent a53f195 commit 2f864e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Similarly, you can explicitly *enable* it for any syntax you want. All it takes
2020

2121
If JSONComma is disabled for the current view (as in it won't run on save), you can fix up some specific text by selecting it and searching up in the command palette `JSONComma: Fix Selection`.
2222

23+
## Automatic download
24+
25+
JSONComma can automatically download the `jsoncomma` server for you. If you accept it, this package will keep it updated for you. For the curious, here is where the binary is download on your system:
26+
27+
| Platform | Location |
28+
| -------- | --------------------------------------------------- |
29+
| Windows | `%APPDATA%\jsoncomma\jsoncomma.exe` |
30+
| Mac OS | `~/Library/Application Support/jsoncomma/jsoncomma` |
31+
| Linux | `$XDG_DATA_HOME/.local/share/jsoncomma/jsoncomma` |
32+
2333
## Note about naming
2434

2535
In general, you should refer to jsoncomma all in lower case. It's just that this plugin for Sublime Text has upper case letters to fit with the editor's style.

0 commit comments

Comments
 (0)