b16a503329f7153bae74daea4626f24ac2e70363
hiram
  Thu May 23 16:37:11 2013 -0700
update comment about resulting size of binaries refs #9104
diff --git src/userApps/README src/userApps/README
index 7d32f26..7f36e9c 100644
--- src/userApps/README
+++ src/userApps/README
@@ -18,31 +18,31 @@
 
 1. Fetch the userApps directory from the kent source:
    git archive --format=zip -9 \
       --remote=git://genome-source.cse.ucsc.edu/kent.git \
       HEAD src/userApps > userApps.zip
    unzip -d userApps -j userApps.zip
 
    Creates the directory: ./userApps/
    with several files.
 
 2. Build utilities:
    cd userApps
    make
 
    This build fetches (with git) approximately 200 Mb/7,800 files of
-      kent source code, and constructs command binaries of approximately 120 Mb.
+      kent source code, and constructs command binaries of approximately 200 Mb.
 
 3. Install utilities
    The binaries are built into userApps/bin/
    To install them in a global bin/ directory, copy them
    to desired location:
       sudo rsync -a -P bin/ /usr/local/bin/userApps/
 
    The destination bin/userApps/ should be its own unique directory
    to avoid overwriting same-named binaries in a standard bin/ directory.
 
    Users add '/usr/local/bin/userApps' to their shell PATH
    to access the commands.
 
 
 4. There are 'parasol' binaries built in kent/src/parasol/bin/