]> git.mdlowis.com Git - archive/afm.git/commitdiff
+dev setup instructions
authora bellenir <a@bellenir.com>
Fri, 18 Jul 2014 19:13:00 +0000 (19:13 +0000)
committera bellenir <a@bellenir.com>
Fri, 18 Jul 2014 19:13:00 +0000 (19:13 +0000)
README.md

index 7be77cc3a614edaef41c3d80433da140c877f819..6309a1392e469f0f983f022bf279cdd88e1621aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,5 +5,15 @@ Aardvark File Manager
 
 Useful Dev Links
 -----------
+
 http://invisible-island.net/ncurses/man/ncurses.3x.html
 
+Dev setup
+-------
+
+* install ruby `sudo pacman -Sy ruby`
+* install bundler `gem install bundle`
+* update path `PATH="$PATH:/home/a/.gem/ruby/2.1.0/bin"`
+* `bundle install`
+* `rake`
+