Skip to content

Commit

Permalink
Update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gblach committed Feb 22, 2014
1 parent dd7c257 commit 30ab5e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Please - really tiny sudo replacement
Only pam authentication and executing command.


Installation on Debian 7.2.0
Installation on Debian 7.4.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__
4. Build and install: __make && make install__
5. Copy (and edit) pam rules: __cp /etc/pam.d/su /etc/pam.d/please__
5. (optional) Install pam rules: __make install-pam__


Installation on FreeBSD 9.2
Installation on FreeBSD 10.0
---------------------------
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__
4. Build and install: __make && make install__
5. Copy (and edit) pam rules: __cp /etc/pam.d/su /usr/local/etc/pam.d/please__
5. (optional) Install pam rules: __make install-pam__

0 comments on commit 30ab5e4

Please sign in to comment.