summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin R. Haskell <c@benizi.com>2016-03-26 23:04:03 -0400
committerBenjamin R. Haskell <c@benizi.com>2016-03-26 23:04:03 -0400
commit37fd6547148f9ae4cd1c871c5a1c64d4e57d6a01 (patch)
tree733c293781b6bb736b23887cca92cb1702b12e5a
parent212768257375ab285d41d3b17a11e9997f403d7e (diff)
Add staleness note to INSTALL.md git instructions
Instructions on the GitHub Pages version track the stable release. It would be nice to know that the "Install a checkout from git" section on the site may be out of date. Issue #350, #365
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ba378288..e97e6607 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -62,6 +62,11 @@ make install
## Install a checkout from git
+The GitHub Pages version of these directions may be out of date. Please use
+[INSTALL.md from the online repo][master-install] or your local repository.
+
+[master-install]: https://github.com/DaveDavenport/rofi/blob/master/INSTALL.md#install-a-checkout-from-git
+
Pull in dependencies
```