You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,18 @@ If you run into any issues with this new shell, please file a bug in the
16
16
## Running
17
17
18
18
NOTE: There are no downloads for the brackets-shell. You either need to
19
-
build from source, or grab the [latest Brackets installer](https://github.com/adobe/brackets/downloads)
19
+
build from source, or grab the [latest Brackets installer](http://download.brackets.io)
20
20
and run the shell from that.
21
21
22
22
When the app is launched, it first looks for an index.html file in the following locations:
23
23
* Mac - Brackets.app/Contents/dev/src/index.html, Brackets.app/Contents/www/index.html
24
24
* Win - dev/src/index.html, www/index.html (these folders must be in the same folder as Brackets.exe)
25
+
* Linux - dev/src/index.html, www/index.html (these folders must be in the same folder as the Brackets executable)
25
26
26
27
If the index.html can't be found, you'll be prompted to find the brackets index.html file.
27
28
Make sure you select the brackets/src/index.html file, and *not* some other file.
28
29
29
-
The preferences are stored in `{USER}/Library/Application Support/Brackets/cef_data` on the mac and `{USER}\AppData\Roaming\Brackets\cef_data` on Windows.
30
+
The preferences are stored in `{USER}/Library/Application Support/Brackets/cef_data` on Mac, `{USER}\AppData\Roaming\Brackets\cef_data` on Windows, and `~/.Brackets/cef_data` on Linux.
0 commit comments