diff --git a/README.md b/README.md index c41159f..a76ca15 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Please - really tiny sudo replacement Only pam authentication and executing command. -Installation on Debian 7.8.0 ----------------------------- +Installation on Debian 8.0 +-------------------------- 1. Install git, compiler and libpam-dev: __apt-get install git build-essential libpam0g-dev__ 2. Install docutils: __apt-get install python-docutils__ 3. Clone repository: __git clone https://github.com/MagikBSD/please.git__ @@ -15,7 +15,7 @@ Installation on Debian 7.8.0 Installation on FreeBSD 10.1 ---------------------------- +---------------------------- 1. Install git: __make install clean -C /usr/ports/devel/git__ 2. Install docutils: __make install clean -C /usr/ports/textproc/py-docutils__ 3. Clone repository: __git clone https://github.com/MagikBSD/please.git__