2c859d0371fa0f86a651058ed61b61eca0bbf939 max Thu Jan 10 04:19:01 2019 -0800 changes after code review, refs #22726 diff --git README README index 490d039..a3d4b94 100644 --- README +++ README @@ -28,32 +28,32 @@ without this build procedure. For example to obtain the linux.x86_64 binaries: rsync -azvP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/linux.x86_64/ ./ Mac OSX binaries available via: rsync -azvP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/macOSX.x86_64/ ./ Most source code users will only be interested in the kent/src/inc and kent/src/lib directories, which contain the interfaces and implementations to the library routines, and in a few specific applications. The applications are scattered in other directories. Many of them are web based. The UCSC Genome Browser in particular is mostly found in kent/src/hg/hgTracks. The current version number is stored in src/hg/inc/versionInfo.h . The current version of a running genome browser is displayed in the html -page by every CGI program, e.g. http://genome.ucsc.edu/cgi-bin/hgTracks, -in modern internet browser hover over a tab to show it. +tag <TITLE> by the hgTracks program, e.g. http://genome.ucsc.edu/cgi-bin/hgTracks, +in modern internet browsers, hover over a tab to show it. GENERAL INSTALL INSTRUCTIONS SEE ALSO: http://hgdownload.soe.ucsc.edu/downloads.html#source_downloads https://genome-store.ucsc.edu/ 1. Get the code. The best way to do this now for Unix users is via Git following the instructions at: http://genome.ucsc.edu/admin/git.html Or, fetch the entire source in a single file: rsync -azvP rsync://hgdownload.soe.ucsc.edu/genome/admin/jksrc.zip ./ or: wget --timestamping http://hgdownload.soe.ucsc.edu/admin/jksrc.zip The unzip result from that file will establish a directory hierarchy: ./kent/...