commit - b88936d3f94e26ab32d9ef5d893b39fe633c6485
commit + b73055ebbea59457c1aef2cf7c473ea2898b434b
blob - 13e7491461cf0d089a1ce535fbf467147b1d0054
blob + 24be2d7d897884b48d98f81ff806e88dc4b631c1
--- README
+++ README
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
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