mirror of
https://github.com/mainnika/nginx-auth-ldap.git
synced 2026-06-13 02:13:36 +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
|
```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
|
cp -R /usr/ports/www/nginx ~/nginx-ldap
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -26,8 +24,7 @@ cd ~/nginx-ldap
|
|||||||
make install clean
|
make install clean
|
||||||
```
|
```
|
||||||
|
|
||||||
Linux
|
## Linux
|
||||||
--------------
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~ && git clone https://code.google.com/p/nginx-auth-ldap/
|
cd ~ && git clone https://code.google.com/p/nginx-auth-ldap/
|
||||||
|
|||||||
Reference in New Issue
Block a user