Skip to content

Commit ccfafca

Browse files
author
Paul Kögel
committed
README: small improvements.
1 parent 2819641 commit ccfafca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.mdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ See file links above. Click on one, then click on the "Raw" tab, download should
1717
$ npm install gitbook-cli -g
1818
```
1919
20-
+ in the root folder of your [Redux](https://github.com/rackt/redux) clone (e.g. `~/repositories/redux/`), run:
20+
+ in the root folder of your [Redux](https://github.com/rackt/redux) clone (e.g. `~/repositories/redux/`, **NOT** a clone of this repository), EITHER run:
2121
2222
```
2323
$ gitbook pdf . docs/redux-documentation.pdf
2424
$ gitbook epub . docs/redux-documentation.epub
2525
$ gitbook mobi . docs/redux-documentation.mobi
2626
```
2727
28-
+ I use the [create-docs](https://github.com/paulkogel/redux-offline-docs/blob/master/create-docs) script from this repository and run it in a clone of the official [Redux repository](https://github.com/rackt/redux).
28+
+ OR use the [create-docs](https://github.com/paulkogel/redux-offline-docs/blob/master/create-docs) script from this repository, copy it to a clone of the official [Redux repository](https://github.com/rackt/redux) and run it there.

0 commit comments

Comments
 (0)