Commit c218091c authored by Damian Montero's avatar Damian Montero Committed by GitHub

Update index.html

parent 02d25a6d
......@@ -119,7 +119,7 @@
If you have a compatibile (arm, i686 or x86_64) Chromebook, you can fork my Github repo and add some new packages to its <code>packages</code> directory if you managed to build them from source successfully on your device. Package recipes are simple Ruby files - here is an example:
</p>
<p>
```
```
require 'package'
class Vim < Package
......@@ -150,7 +150,7 @@ class Vim < Package
puts "\tln -s ~/.vim/vimrc ~/.vimrc\n\n"
end
end
```
```
</p>
</div>
......
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