From ce623a62019790ab83df3ff7da0a218ca9d95594 Mon Sep 17 00:00:00 2001
From: Roger Dingledine <arma@torproject.org>
Date: Thu, 4 Mar 2004 17:17:24 +0000
Subject: [PATCH] note that make install requires root

svn:r1228
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 888a40179d..ff9b9aa3dc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ Quickstart version for users:
 1) tar xvf it, and then cd into the directory.
 2) ./configure
 3) make
-4) make install
+4) make install (as root)
 5) tor (if it doesn't work, give it the whole path or fix your path)
   You don't need to run this as root, and you probably shouldn't.
   (If you're having problems, try running it with "-l info" to get
-- 
GitLab