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:
parent
b62ae8d4e2
commit
b8c8061206
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue