Skip to content

Commit 95b740f

Browse files
committed
- update readme
1 parent a416612 commit 95b740f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This package implements two tree-sitter parsers:
1010
- [tree-sitter-regex-js](https://github.com/wizard04wsu/tree-sitter-regex-js) for the rest
1111

1212
# Troubleshooting
13+
### Unable to install on Windows
14+
Instead of installing it from within Atom, try from the command line.
15+
16+
cd %USERPROFILE%\\.atom\\packages
17+
apm install javascript-regex
18+
1319
### Failure to load package grammars when I open Atom
1420
Whenever Atom is updated, this package needs to be rebuilt. Either click the red bug icon in the bottom-right corner of the window, or execute `Incompatible Packages: View` via the command palette. Then, click "Rebuild Packages". You'll have to restart Atom.
1521

0 commit comments

Comments
 (0)