Skip to content

Commit 7221a70

Browse files
committed
Merge pull request #273 from Neurone/patch-1
Update README.md
2 parents a291c67 + eb4d2f0 commit 7221a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Issues and pull requests are more than welcome!
33

44
## Building the Book
55

6-
The book is written in Markdown (in `book/`). A little Python script (`script/format.py`) converts that along with a SASS file (`asset/style.scss`) and HTML template (`asset/template.html`) to the final HTML (in `book/`). To run the format script locally, you'll need to have Python 2.7-ish, and install Python Markdown, Pygments, and SmartyPants:
6+
The book is written in Markdown (in `book/`). A little Python script (`script/format.py`) converts that along with a SASS file (`asset/style.scss`) and HTML template (`asset/template.html`) to the final HTML (in `html/`). To run the format script locally, you'll need to have Python 2.7-ish, and install Python Markdown, Pygments, and SmartyPants:
77

88
$ pip install markdown
99
$ pip install pygments
@@ -19,4 +19,4 @@ Make sure to run this from the root directory of the repo. That will regenerate
1919

2020
That will monitor the file system for changes to the markdown files, SASS file, or HTML template, and reprocess them as needed.
2121

22-
[game programming patterns]: http://gameprogrammingpatterns.com/
22+
[game programming patterns]: http://gameprogrammingpatterns.com/

0 commit comments

Comments
 (0)