aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f5e2ca8da..b3949a033 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,10 +53,10 @@ WHAT DO YOU NEED ?
bzip9 -cd make-3.81.tar.bz2 | tar x
#If you don't have bzip2, you can download the gzipped version instead.
cd make-3.81
- ./configure --prefix=$(HOME)
+ ./configure --prefix=${HOME}
make install
- Then, make sure that $(HOME)/bin is first in your $PATH.
+ Then, make sure that ${HOME}/bin is first in your $PATH.
)
- a C compiler