mirror of
https://github.com/mainnika/nginx-auth-ldap.git
synced 2026-05-22 15:53:39 +00:00
fix clone source in README
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
How to install
|
||||
==============
|
||||
# How to install
|
||||
|
||||
FreeBSD
|
||||
--------------
|
||||
## FreeBSD
|
||||
|
||||
```bash
|
||||
cd ~ && git clone https://code.google.com/p/nginx-auth-ldap/
|
||||
cd ~ && git clone https://github.com/kvspb/nginx-auth-ldap.git
|
||||
cp -R /usr/ports/www/nginx ~/nginx-ldap
|
||||
```
|
||||
|
||||
@@ -26,8 +24,7 @@ cd ~/nginx-ldap
|
||||
make install clean
|
||||
```
|
||||
|
||||
Linux
|
||||
--------------
|
||||
## Linux
|
||||
|
||||
```bash
|
||||
cd ~ && git clone https://code.google.com/p/nginx-auth-ldap/
|
||||
|
||||
Reference in New Issue
Block a user