Add link to INSTALL in README file
This commit is contained in:
parent
9b3d2464cd
commit
dbac8793bd
1 changed files with 4 additions and 2 deletions
6
README
6
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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in a new issue