mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Added rubyinstaller-devkit dependency for windows.
This commit is contained in:
parent
4594f46fb8
commit
e23bd151bf
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ These days, many websites are built with an API in mind. Rather than package the
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Middleman is built on Ruby and uses the RubyGems package manager for installation. These are usually pre-installed on Mac OS X and Linux. Windows users can install both using [RubyInstaller].
|
Middleman is built on Ruby and uses the RubyGems package manager for installation. These are usually pre-installed on Mac OS X and Linux. Windows users can install both using [RubyInstaller]. For windows [RubyInstaller-Devkit] is also required.
|
||||||
|
|
||||||
```
|
```
|
||||||
gem install middleman
|
gem install middleman
|
||||||
|
@ -121,5 +121,6 @@ Copyright (c) 2010-2015 Thomas Reynolds. MIT Licensed, see [LICENSE] for details
|
||||||
[codeclimate]: https://codeclimate.com/github/middleman/middleman
|
[codeclimate]: https://codeclimate.com/github/middleman/middleman
|
||||||
[gittip]: https://www.gittip.com/middleman/
|
[gittip]: https://www.gittip.com/middleman/
|
||||||
[rubyinstaller]: http://rubyinstaller.org/
|
[rubyinstaller]: http://rubyinstaller.org/
|
||||||
|
[RubyInstaller-Devkit]: http:rubyinstaller.org/add-ons/devkit/
|
||||||
[rubydoc]: http://rubydoc.info/github/middleman/middleman
|
[rubydoc]: http://rubydoc.info/github/middleman/middleman
|
||||||
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE.md
|
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE.md
|
||||||
|
|
Loading…
Reference in a new issue