Skip to content

Commit

Permalink
Updated the install instructions from NPM to Yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
manatok committed Jun 20, 2018
1 parent 9236dfc commit 18c7e54
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 414 deletions.
4 changes: 2 additions & 2 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
<div class="term">
<p><span class="cmd-1">$ </span><span class="cmd-2">git </span><span class="cmd-3">clone </span><span
class="cmd-4">https://github.com/SPANDigital/presidium-template.git</span></p>
<p><span class="cmd-1">$ </span><span class="cmd-2">npm </span><span
<p><span class="cmd-1">$ </span><span class="cmd-2">yarn </span><span
class="cmd-3">install </span></p>
<p><span class="cmd-1">$ </span><span class="cmd-2">npm </span><span class="cmd-3">start </span>
<p><span class="cmd-1">$ </span><span class="cmd-2">yarn </span><span class="cmd-3">start </span>
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 18c7e54

Please sign in to comment.