From 1c17b8c3f9b4bad7d6a882d38b76d21cf47d053b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 19 Aug 2017 12:48:33 -0500 Subject: [PATCH] No need to have that information on the repo. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 7725af5..10d80b7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ 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) @@ -45,14 +44,8 @@ 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/