Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added directions for editing the .htaccess file.
  • Loading branch information
Jake Hartnell authored and Jake Hartnell committed Apr 22, 2013
1 parent b62ae8d commit b8c8061
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ http-server
* [index.html](http://localhost:8080/index.html) will use the minified production libraries in the dist/ folder.
* [annotator.html](http://localhost:8080/annotator.html) is a dev branch for annotation development.

Running With Apache
-------------------------

To serve up books on the web, you may need to edit your .htaccess file with the following:

```
AddType application/oebps-package+xml .opf
AddType application/x-dtbncx+xml .ncx
```

Building for Distribution
-------------------------

Expand Down

0 comments on commit b8c8061

Please sign in to comment.