-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
33 lines (21 loc) · 963 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
== INSTALL
=== Prerequisites
* <<Ruby>> 1.8.6 or newer.
* <<RubyGems>> 1.3.6 or newer.
=== Installing
Installing as a <<Ruby>> library:
------------------------------------------------------------------------------
gem install ember
------------------------------------------------------------------------------
Installing as a <<Rails>> plugin:
------------------------------------------------------------------------------
script/plugin install <%= @code_repo_url.sub('http', 'git') %>.git
------------------------------------------------------------------------------
=== Upgrading
------------------------------------------------------------------------------
gem update ember
------------------------------------------------------------------------------
=== Removing
------------------------------------------------------------------------------
gem uninstall ember
------------------------------------------------------------------------------