From: Harlan Stenn Date: Wed, 19 Sep 2001 04:21:06 +0000 (-0400) Subject: README.bk improvements X-Git-Tag: NTP_4_1_71~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6ba74afa5bb03757ce4d7fee765ddb1d77adb0;p=thirdparty%2Fntp.git README.bk improvements bk: 3ba81d32JasTDearliRqvWtJdxiTtg --- diff --git a/README.bk b/README.bk index a6b5e55c8f..9ba4fc0a7b 100644 --- a/README.bk +++ b/README.bk @@ -13,13 +13,13 @@ You can get bitkeeper by visiting: Once you have installed bitkeeper, you can clone any NTP repository. -The ntp-stable repository can be found at the following: +You can get the ntp-stable repository by either of the following commands: bk clone bk://www.ntp.org/home/bk/ntp-stable ntp-stable bk clone bk://ntp.bkserver.net/ntp-stable ntp-stable -The ntp-dev repository can be found at the following: +You can get the ntp-dev repository by either of the following commands: bk clone bk://www.ntp.org/home/bk/ntp-dev ntp-dev @@ -36,12 +36,13 @@ as soon as the code is stable. Once you have obtained the sources, do the following: - bk -r get (or edit) to check out the files + cd REPO + bk -r edit to check out the files autoreconf -f -i generates configure and Makefile.in's and you should be ready to go. You can keep update your repository by incanting: + cd REPO bk pull -