Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 8eda324

Browse files
committed
Merge pull request #302 from adobe/jasonsanjose/sprint30
update README for linux
2 parents 1407457 + 6d95aba commit 8eda324

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ If you run into any issues with this new shell, please file a bug in the
1616
## Running
1717

1818
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)
2020
and run the shell from that.
2121

2222
When the app is launched, it first looks for an index.html file in the following locations:
2323
* Mac - Brackets.app/Contents/dev/src/index.html, Brackets.app/Contents/www/index.html
2424
* 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)
2526

2627
If the index.html can't be found, you'll be prompted to find the brackets index.html file.
2728
Make sure you select the brackets/src/index.html file, and *not* some other file.
2829

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.
3031

3132
## Building
3233

0 commit comments

Comments
 (0)