Update README.md

Add `stack install` as alternative to `cabal install`
This commit is contained in:
John J. Camilleri
2021-06-23 09:20:44 +02:00
committed by GitHub
parent 91d2ecf23c
commit cf9afa8f74

View File

@@ -30,13 +30,16 @@ GF particularly addresses four aspects of grammars:
## Compilation and installation ## Compilation and installation
The simplest way of installing GF is with the command: The simplest way of installing GF from source is with the command:
``` ```
cabal install cabal install
``` ```
or:
```
stack install
```
For more details, see the [download page](http://www.grammaticalframework.org/download/index.html) For more information, including links to precompiled binaries, see the [download page](http://www.grammaticalframework.org/download/index.html).
and [developers manual](http://www.grammaticalframework.org/doc/gf-developers.html).
## About this repository ## About this repository