1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-09-11 21:27:46 +03:00

Mention ‘stack install’ in the readme

This commit is contained in:
Mark Karpov 2020-06-21 14:54:59 +02:00
parent c261356bc4
commit 03e6c70a78
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -49,7 +49,8 @@ resolver: lts-16.0
packages:
- '.'
$ stack build
$ stack build -- to build
$ stack install -- to install
```
To use Ormolu directly from GitHub with Nix, this snippet may come in handy: