]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
README.bk improvements
authorHarlan Stenn <stenn@ntp.org>
Wed, 19 Sep 2001 04:21:06 +0000 (00:21 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 19 Sep 2001 04:21:06 +0000 (00:21 -0400)
bk: 3ba81d32JasTDearliRqvWtJdxiTtg

README.bk

index a6b5e55c8f8c1d091db18bb5fc72b96cb66646f4..9ba4fc0a7b931103ae179d41bcce77a09064761e 100644 (file)
--- 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
-