Skip to content

Commit 53e0236

Browse files
update readme
1 parent d879a2e commit 53e0236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A simple example of LDAP authentication using ngx_http_auth_request_module by go
88
#### Build from source
99
```
1010
# git clone https://github.com/shanghai-edu/nginx-ldap-auth
11-
# go get ./...
11+
# go mod tidy
1212
# chmod +x control
1313
# ./control build
1414
# ./control pack

README_CN.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Golang 实现
77
#### Build from source
88
```
99
# git clone https://github.com/shanghai-edu/nginx-ldap-auth
10-
# go get ./...
10+
# go mod tidy
1111
# chmod +x control
1212
# ./control build
1313
# ./control pack

0 commit comments

Comments
 (0)