README.md in hieracles-0.0.5 vs README.md in hieracles-0.0.6

- old
+ new

@@ -95,9 +95,24 @@ mkdir ~/.zsh-completions wget -O ~/.zsh-completions/_hc https://raw.githubusercontent.com/Gandi/hieracles/master/tools/completion/_hc echo 'fpath=(~/.zsh-completions $fpath)' >> ~/.zshrc echo 'compdef _hc hc "bundle exec hc"' >> ~/.zshrc + +Debian packaging +-------------------- +On a Jessie + + apt-get install gem2deb ruby-coveralls ruby-all-dev ruby-rspec ruby-rspec-expectations + +Then build + + gem2deb -p hieracles hieracles + +and install + + dpkg -i hieracles_0.0.6-1_all.deb + Authors ----------- Hieracles original code is writen by [@mose](https://github.com/mose). License