Update bower-cli.php

This commit is contained in:
Brett O'Donnell 2018-06-30 21:42:31 +09:30 committed by GitHub
parent a36b613e64
commit 87d3978628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,10 +51,10 @@ $this->params['breadcrumbs'][] = $this->title;
<pre class="prettyprint lang-bash">$ sudo apt-get install nodejs npm git-core</pre>
<p>Ubuntu users, link nodejs to node</p>
<pre class="prettyprint lang-bash">sudo ln -s /usr/bin/nodejs /usr/bin/node</pre>
<pre class="prettyprint lang-bash">$ sudo ln -s /usr/bin/nodejs /usr/bin/node</pre>
<p>Install bower</p>
<pre class="prettyprint lang-bash">$ npm install -g bower</pre>
<pre class="prettyprint lang-bash">$ sudo npm install -g bower</pre>
</div>
</div>