Skip to content

Commit 7d1e1b7

Browse files
committed
More fixups.
1 parent f1fa853 commit 7d1e1b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Setup
2424

2525
Copying `mod_winbind.c` into `proftpd-`_version_`/contrib/` and building
2626
ProFTPD with:
27-
```
28-
$ ./configure --with-modules=mod_winbind
29-
```
27+
28+
$ ./configure --with-modules=mod_winbind
29+
3030
is a good start. You'll need Samba's Winbind client library,
3131
`libwbclient`, *and* its development header, `wbclient.h`, to compile
3232
`mod_winbind`.
@@ -52,7 +52,7 @@ $ ./configure --with-modules=mod_winbind
5252
Configuring the Winbind Daemon
5353
==============================
5454

55-
Install Samba(http://www.samba.org/) and configure Winbind in `smb.conf`.
55+
Install [Samba](http://www.samba.org/) and configure Winbind in `smb.conf`.
5656
For example:
5757

5858
[global]

0 commit comments

Comments
 (0)