Skip to content

Commit 1b77468

Browse files
committed
Added instructions to README on how to open editor.html directly in browser without a webserver
1 parent 5766752 commit 1b77468

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Clone the repository or download a release then open `editor.html`
7272

7373
Because of browser iframe security you need to use a webserver such as apache/xampp and open `http://localhost/editor.html`
7474

75+
To disable browser security and open `editor.html` without installing a webserver run chrome with
76+
77+
```bash
78+
chrome --disable-web-security --user-data-dir=/tmp/temporary_profile editor.html
79+
```
80+
7581
To use the image upload or page save feature you need to have php installed.
7682

7783

0 commit comments

Comments
 (0)