README.md: add section for MKAYSIGREP depedencies

This commit is contained in:
Mika Suomalainen 2012-12-21 14:59:23 +02:00
parent 93028d7dac
commit bc63de424c
1 changed files with 20 additions and 0 deletions

View File

@ -34,3 +34,23 @@ grep <file> MKAYSIGREP
and contain modifications which might not be useful to other people than me. and contain modifications which might not be useful to other people than me.
.install.MKAYSIGREP.run is installation for them. .install.MKAYSIGREP.run is installation for them.
<!---
## MKAYSIGREP depedencies - this is meant only for me
### apt
```
apt-get install vim most htop gnupg2 lynx pandoc gnupg-agent flip youtube-dl
```
### yum
```
rpm --install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm --install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
rpm --install http://rpm.livna.org/livna-release.rpm
yum -y install vim most htop gnupg2 lynx pandoc youtube-dl
--->