Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/MagikBSD/please
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Blach committed Oct 4, 2013
2 parents 65d7155 + f09fe99 commit 778f941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand All @@ -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__

0 comments on commit 778f941

Please sign in to comment.