diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2021-06-23 09:20:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 09:20:44 +0200 |
| commit | cf9afa8f744f6babee1982a62921b6d53a174c4b (patch) | |
| tree | 9beb50c10a85ba7a0620be39e6999180e8de9048 /README.md | |
| parent | 91d2ecf23c77e488bd904c7f343d9ce4464a8761 (diff) | |
Update README.md
Add `stack install` as alternative to `cabal install`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -30,13 +30,16 @@ GF particularly addresses four aspects of grammars: ## 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 ``` +or: +``` +stack install +``` -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). +For more information, including links to precompiled binaries, see the [download page](http://www.grammaticalframework.org/download/index.html). ## About this repository |
