diff --git a/README.md b/README.md index 31f2029..75364ac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Only pam authentication and executing command. Installation on Debian 7.1.0 ---------------------------- 1. Install git, compiler and libpam-dev: __apt-get install git build-essential libpam0g-dev__ -2. Install docultis: __apt-get install python-docutils__ +2. Install docutils: __apt-get install python-docutils__ 3. Clone repository: __git clone https://github.com/MagikBSD/please.git__ 4. Build and install: __make && make install__ 5. Copy (and edit) pam rules: __cp /etc/pam.d/su /etc/pam.d/please__ @@ -17,7 +17,7 @@ Installation on Debian 7.1.0 Installation on FreeBSD 9.2 --------------------------- 1. Install git: __make install clean -C /usr/ports/devel/git__ -2. Install docultis: __make install clean -C /usr/ports/textproc/py-docutils__ +2. Install docutils: __make install clean -C /usr/ports/textproc/py-docutils__ 3. Clone repository: __git clone https://github.com/MagikBSD/please.git__ 4. Build and install: __make && make install__ 5. Copy (and edit) pam rules: __cp /etc/pam.d/su /usr/local/etc/pam.d/please__