Skip to content

Commit

Permalink
Merge pull request #41 from rmariuzzo/patch-1
Browse files Browse the repository at this point in the history
Syntax highlighting added ✨
  • Loading branch information
mixu authored Jul 29, 2016
2 parents 2e30fe8 + ec56067 commit aa3d6d0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,28 @@ Writing a patch should be easy: edit the markdown files under `./input/` and fil

I didn't include the commits from prior to the release, because writing is a messy and painful process of revisions, deletions and rethinking things.

git shortlog -sn
```shell
git shortlog -sn
```

tells me that I made 205 commits between October 2012 (1st commit was in September) and September 16th 2013 to write this.

# Directory structure

The content of the book is in `./input/`. To generate the book:

npm install
make build
```shell
npm install
make build
```

which generates the output in `./output/`.

To rebuild the .epub and .mobi files:

make ebook
```shell
make ebook
```

You need to install Calibre first for the HTML to epub/mobi conversion.

Expand Down

0 comments on commit aa3d6d0

Please sign in to comment.