diff --git a/README.md b/README.md index 6437b3b167943f117b48a12fbfa8f833b80452cd..7d337e6ffadfb84f5a70e26f7e5212fe26bdd8cf 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ How-to build and install git clone https://github.com/savoirfairelinux/opendht.git # build and install -cd dht +cd opendht ./autogen.sh && ./configure make sudo make install @@ -69,7 +69,7 @@ g++ main.cpp -std=c++11 -lopendht -lgnutls Licence - -Copyright (C) 2014 Savoir-Faire Linux Inc. +Copyright (C) 2014-2015 Savoir-Faire Linux Inc. Licenced under the GNU General Public License version 3, though the core routing library (dht.cpp) is licenced under the MIT licence.