commit b73055ebbea59457c1aef2cf7c473ea2898b434b from: Stefan Sperling date: Wed Jun 21 10:11:32 2023 UTC make installation prefix info more visible in README commit - b88936d3f94e26ab32d9ef5d893b39fe633c6485 commit + b73055ebbea59457c1aef2cf7c473ea2898b434b blob - 13e7491461cf0d089a1ce535fbf467147b1d0054 blob + 24be2d7d897884b48d98f81ff806e88dc4b631c1 --- README +++ README @@ -10,6 +10,14 @@ for any functionality which has not yet been implement It will always remain possible to work with both Got and Git on the same repository. +A Got release tarball will install files under /usr/local by default. +This default can be changed by passing PREFIX=/some/path to make. + +A build started in Got's Git repository will install files under ~/bin, +which may have to be added to $PATH and be created first: + + $ mkdir ~/bin + To compile the Got client tool suite on OpenBSD, run: $ make obj @@ -23,9 +31,6 @@ This will install the following commands: several helper programs from the libexec directory man pages (only installed if building sources from a Got release tarball) -A Got release tarball will install files under /usr/local by default. -A build started in Got's Git repository will install files under ~/bin. - Tests will pass only after 'make install' because they rely on installed binaries in $PATH. Any tests written as shell scripts also depend on git(1). Tests which use the got clone, fetch, and send commands will fail if