diff --git a/README.md b/README.md index 10d80b7..7725af5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This repository provides a library with interfaces by which you can access the n - [Roadmap](#roadmap) - [API Documentation](#api-documentation) - [Clients](#clients) + - [Downloads](#downloads) - [Compiling](#compiling) - [Contributing](#contributing) - [License](#license) @@ -44,8 +45,14 @@ Clients ------- _There are currently no clients available._ +Downloads +--------- +Binaries and documentation of the library can be downloaded from the [releases page](https://notabug.org/Deathsbreed/NeoComm/releases). + Compiling --------- +The code can be downloaded via the [NotABug git repository](https://notabug.org/Deathsbreed/NeoComm). + To build this project you will need a C++11 compatible compiler ([GCC](https://gcc.gnu.org/) is recommended), the [OpenDHT library](https://github.com/savoirfairelinux/opendht), [msgpack-c](https://github.com/msgpack/msgpack-c), and the [CMake build system](https://cmake.org/). To build run the following commands from the root directory of the project. ``` $ cd build/