Add Readme

This commit is contained in:
Shikiryu 2017-02-28 22:58:36 +01:00
parent ff5cf82476
commit fa7df389ea
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Export script from [known](https://github.com/idno/idno) to [ghost](https://github.com/tryghost/ghost)
## Usage
1. Copy `export.php` and `HTML-To-Markdown.php` at the root of your known installation
2. Run `http://myknown.com/export.php`
3. Download the generated `.json`
4. Import it into your ghost installation ( `Labs` > `Import` )
5. That's it.