Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instruction on how to visit HTML document from browser #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ To skewer your own document rather than the provided blank one,
3. Start the HTTP server (`httpd-start`)
4. Include "http://localhost:8080/skewer" as a script
(see example.html and check your `httpd-port`)
5. Visit the document from your browser

5. Visit the document from your browser, for example, `file:///D:/download/example.html`
Skewer fully supports CORS so the document need not be hosted by Emacs
itself. A Greasemonkey userscript is provided, *Skewer Everything*,
for injecting Skewer into any arbitrary page you're visiting without
Expand Down