You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build mobile apps with simple HTML, CSS, and JS components.
4
4
@@ -15,7 +15,7 @@ Build mobile apps with simple HTML, CSS, and JS components.
15
15
16
16
## Getting started
17
17
18
-
- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.0.zip) the bundled CSS and JS
18
+
- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.1.zip) the bundled CSS and JS
19
19
-[Read the docs](http://goratchet.com) to learn about the components and how to get a prototype on your phone
20
20
-[Check out examples](http://goratchet.com/examples/)
21
21
@@ -55,7 +55,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly
55
55
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation).
56
56
-**Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
57
57
2. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.
58
-
-**Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.0, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`.
58
+
-**Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.1, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`.
59
59
3. Open <http://localhost:4000> in your browser, and boom!
60
60
61
61
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
0 commit comments