diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-06-20 22:20:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-06-20 22:20:39 +0200 |
commit | 56e5302b5357f1f49b09db664f655e75f2f0dc07 (patch) | |
tree | 986b1bf4f882ee88612da44e4b66f03bd5070dca | |
parent | 4cbc6fc6ab8bceca2a01ba76f2582b8198bc9f60 (diff) |
INSTALL: mention the GIT-INFO file
-rw-r--r-- | docs/INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 228233366..17550dc60 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -14,6 +14,12 @@ Installing Binary Packages binary package. This document describes how to compile, build and install curl and libcurl from source code. +Building from git +================= + + If you get your code off a git repository, see the GIT-INFO file in the + root directory for specific instructions on how to proceed. + UNIX ==== A normal unix installation is made in three or four steps (after you've |