Skip to content

Commit

Permalink
things are suspiciously working w/ gitbook 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanesmith committed Dec 6, 2017
1 parent 016c5a5 commit e9cb813
Show file tree
Hide file tree
Showing 6 changed files with 4,192 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*.pdf
_book
node_modules
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# extended-transcript-tutorials
Short, hands-on tutorials for getting started with the Extended Transcript standard.

## Installation

```
$ npm install
$ ./node_modules/gitbook-cli/bin/gitbook.js fetch 3.2.3 # magic version that works for me
```

Then you can `npm run start`, `npm run build`, etc.
Loading

0 comments on commit e9cb813

Please sign in to comment.