diff options
author | Vicent Martà <tanoku@gmail.com> | 2011-11-16 20:35:29 -0800 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2011-11-16 20:35:29 -0800 |
commit | 010879d9e7111d1160839799067584acf09bd4b9 (patch) | |
tree | 2673dead7ae8c5424bb64b866ac764f44f201c7e | |
parent | 682408110fb6fb02b55a91654254f2c187a47f06 (diff) | |
parent | a07d899449b18b39c39e0bdbbb7653e92a91c1fb (diff) | |
download | libgit2-010879d9e7111d1160839799067584acf09bd4b9.tar.gz |
Merge pull request #486 from petdance/development
Quoted the asterisk to avoid markdown highlighter confusion
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Building libgit2 - Using CMake ============================== libgit2 builds cleanly on most platforms without any external dependencies. -Under Unix-like systems, like Linux, * BSD and Mac OS X, libgit2 expects `pthreads` to be available; +Under Unix-like systems, like Linux, \*BSD and Mac OS X, libgit2 expects `pthreads` to be available; they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API for threading. |