We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d2027a + 06d4659 commit 3bad04cCopy full SHA for 3bad04c
CONTRIBUTING.md
@@ -1,6 +1,6 @@
1
## Contributing
2
3
-Thanks for taking an insterest in contributing to the PowerShell package for
+Thanks for taking an interest in contributing to the PowerShell package for
4
Sublime Text 3!
5
6
@@ -13,15 +13,17 @@ branch only.
13
### Building Development Versions
14
15
To build development versions, first you need a configuration file in
16
-`~\sublime-package-dev.json`.
+`~\.sublime-package-dev.json`.
17
18
This file must contain the following information:
19
20
{
21
- "pathToSublimeText": "...\sublime_text.exe",
22
- "pathToSublimeTextData": "...\
+ "pathToSublimeText": "...\\sublime_text.exe",
+ "pathToSublimeTextData": "...\\"
23
}
24
25
+Note: replace the ellipsis (...) with the full path to your Sublime Text executable.
26
+
27
28
#### Using Sublime Text
29
0 commit comments