Commit 2f2086d8 authored by Michał Siwek's avatar Michał Siwek

Switch vim to node as example package

parent 2fd14d5e
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
<h4>Chromebrew installs what you need with its dependencies</h4> <h4>Chromebrew installs what you need with its dependencies</h4>
</div> </div>
<div class="highlight"> <div class="highlight">
<pre><code>$ crew install node</code></pre> <pre><code>$ crew install vim</code></pre>
</div> </div>
<div class="bs-example bs-example-type"> <div class="bs-example bs-example-type">
<h4>And registers the changes being made, so you can easily remove anything</h4> <h4>And registers the changes being made, so you can easily remove anything</h4>
</div> </div>
<div class="highlight"> <div class="highlight">
<pre><code>$ sudo crew remove node</code></pre> <pre><code>$ sudo crew remove vim</code></pre>
</div> </div>
<div class="bs-example bs-example-type"> <div class="bs-example bs-example-type">
<h4>Update software lists</h4> <h4>Update software lists</h4>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment