Skip to content

Commit fb005b9

Browse files
authored
Update Ember CLI install instructions
Ember CLI complains that you are using a deprecated comand when running `ember install:addon semantic-ui-ember` Updated that to use the correct install command, and changed the version numbering to the same as the Ember semantic repo uses.
1 parent 8e84a3a commit fb005b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/documents/introduction/integrations.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ type : 'Introduction'
122122
<h4 class="ui header">Installing via CLI</h4>
123123
<p>Include the library as an NPM dependency, from within an ember-cli app.</p>
124124

125-
<p>If you are using Ember CLI <code>0.1.5-0.2.3</code>
125+
<p>If you are using Ember CLI <code>1.13-2.X</code>
126126
<div class="code">
127-
ember install:addon semantic-ui-ember
127+
ember install semantic-ui-ember
128128
</div>
129129
<p>If you are using an older version <code>< 0.1.5</code>
130130
<div class="code">

0 commit comments

Comments
 (0)