1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Update README.md

Added directions for editing the .htaccess file.
This commit is contained in:
Jake Hartnell 2013-04-22 13:38:14 -07:00
parent b62ae8d4e2
commit b8c8061206

View file

@ -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
-------------------------