From f898c250baf0d94f99b60bbf155c887442e40775 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Fri, 30 Nov 2018 11:05:59 +0100 Subject: [PATCH] removed instructions which doesn't actually work --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index fe2a85ad0..5ee8967a6 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,6 @@ The simplest way of installing GF is with the command: cabal install ``` -This can be broken down into the usual sub-steps: -``` -cabal configure -cabal build -cabal copy -``` - For more details, see the [download page](http://www.grammaticalframework.org/download/index.html) and [developers manual](http://www.grammaticalframework.org/doc/gf-developers.html).