Skip to content

Commit

Permalink
Move NetBSD to separate section
Browse files Browse the repository at this point in the history
  • Loading branch information
gblach committed Feb 25, 2021
1 parent 0117e4f commit 05c6808
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Installation on openSUSE
4. Install (and edit) pam rules: __cp pam.d/please.openSUSE /etc/pam.d/please__


Installation on FreeBSD / DragonFly / NetBSD
--------------------------------------------
Installation on FreeBSD / DragonFly
-----------------------------------

### From package (only FreeBSD and DragonFly)
### From package
```
pkg install please
```
Expand All @@ -63,3 +63,11 @@ pkg install please
2. Clone repository: __git clone https://github.com/gblach/please.git__
3. Build and install: __make && make install__
4. Install (and edit) pam rules: __cp pam.d/please.BSD /usr/local/etc/pam.d/please__


Installation on NetBSD
----------------------
1. Install git and ca-certificates: __pkgin install git ca-certificates__
2. Clone repository: __git clone https://github.com/gblach/please.git__
3. Build and install: __make && make install__
4. Install (and edit) pam rules: __cp pam.d/please.BSD /etc/pam.d/please__

0 comments on commit 05c6808

Please sign in to comment.