mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Provide Sublime Text documentation hint for Arc + windows
Summary: The `-w` flag isn't necessarily obvious. Test Plan: {F38055} Reviewers: tido, btrahan, vrana Reviewed By: tido CC: aran Differential Revision: https://secure.phabricator.com/D5495
This commit is contained in:
parent
41b32d5fbe
commit
33f2bf7c32
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ And this for GitPad (you may need to adjust the path):
|
|||
name=GitPad
|
||||
$ arc set-config editor "\"C:\Users\yourusername\AppData\Roaming\GitPad\GitPad.exe\""
|
||||
|
||||
And this for Sublime Text (you may need to adjust the path):
|
||||
|
||||
name=Sublime Text
|
||||
$ arc set-config editor "\"C:\Program Files\Sublime Text 2\sublime_text.exe\" -w"
|
||||
|
||||
= Detailed PHP Install Instructions =
|
||||
|
||||
While multiple versions of PHP should work, you can follow these specific
|
||||
|
|
Loading…
Reference in a new issue