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
Copy file name to clipboardExpand all lines: README.md
+30-15Lines changed: 30 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,26 @@ Dev UI is a small framework who's only responsibility is to print pretty to the
7
7
-[Documentation of the Rubygems version](http://www.rubydoc.info/gems/dev-ui/)
8
8
-[Rubygems](https://rubygems.org/gems/dev-ui)
9
9
10
+
## Installation
11
+
12
+
```bash
13
+
gem install dev-ui
14
+
```
15
+
16
+
or add the following to your Gemfile:
17
+
18
+
```ruby
19
+
gem 'dev-ui'
20
+
```
21
+
22
+
In your code, simply add a `require 'dev/ui'`. Most options assume `Dev::UI::StdoutRouter.enable` has been called.
23
+
10
24
## Features
11
25
12
26
This may not be an exhaustive list. Please check our [documentation](http://www.rubydoc.info/github/Shopify/dev-ui/master/Dev/UI) for more information.
0 commit comments