diff --git a/download/index.html b/download/index.html index b6adf009f..c4647bc22 100644 --- a/download/index.html +++ b/download/index.html @@ -1,33 +1,87 @@ - +
+
+
+ tar xvfz gf-3.0.tgz + cd gf-3.0 + + # alternative 1: + runghc Setup configure + runghc Setup build + runghc Setup install + + # alternative 2: + make + make install ++
+