]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add link to INSTALL in README file
authorPavel Tvrdik <pawel.tvrdik@gmail.com>
Tue, 16 Aug 2016 08:42:12 +0000 (10:42 +0200)
committerPavel Tvrdik <pawel.tvrdik@gmail.com>
Tue, 16 Aug 2016 09:02:30 +0000 (11:02 +0200)
README

diff --git a/README b/README
index d419755fa5b9e62dbca2bd86a8785dfcf6c94b88..9f1c316175b125fa8349b0f7690a019407fc8e29 100644 (file)
--- a/README
+++ b/README
@@ -47,15 +47,17 @@ How to install BIRD
        o  From source code of the actual development version
           https://gitlab.labs.nic.cz/labs/bird
 
-How to compile BIRD from source code
+How to install BIRD from source code
 ------------------------------------
-
        $  ./configure
        $  make
        $  sudo make install
        $  sudo vi /usr/local/etc/bird.conf
        $  bird
 
+Look at the file INSTALL for more information about installation using source
+code.
+
 Documentation
 =============