summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-08-18 12:03:15 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-08-18 12:03:15 +0300
commit86b3730883e3ec77d1201e488be120d336e1205b (patch)
tree0df9d4d6adc53eb58ed065ac550e4682ebf214e6
parent5c39cd2334fea920c7c8f994a013f5d82e9708b4 (diff)
downloadlibatomic_ops-86b3730883e3ec77d1201e488be120d336e1205b.tar.gz
Refine README about library downloading
* README.md (Download): New section; add link to Download page (located on GitHub); add information about the code repository.
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 03bd887..38fbd32 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,15 @@ IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
This is version 7.5.0 of libatomic_ops.
-You might find a more recent version
-[here](http://www.hboehm.info/gc/), or
-[here](https://github.com/ivmai/libatomic_ops).
+
+## Download
+
+You might find a more recent/stable version on the
+[Download](https://github.com/ivmai/libatomic_ops/wiki/Download) page, or
+[BDWGC site](http://www.hboehm.info/gc/).
+
+Also, the latest bug fixes and new features are available in the
+[development repository](https://github.com/ivmai/libatomic_ops).
## Overview