Tweak the readme a bit, mention Arch Linux

This commit is contained in:
Mark Karpov 2020-06-29 17:36:24 +02:00
parent bbcb812031
commit 913a927f39
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -130,14 +130,6 @@ independent top-level definitions.
criterion than just being valid Haskell modules.
* Various minor idempotence issues, most of them are related to comments.
## Editor integration
We know of the following editor integrations:
* [Emacs][emacs-package]
* [VS Code][vs-code-plugin]
* vim: [neoformat][neoformat], [vim-ormolu][vim-ormolu]
## Running on Hackage
It's possible to try Ormolu on arbitrary packages from Hackage. For that
@ -152,6 +144,22 @@ also contain formatted `.hs` files for inspection and original inputs with
`.hs-original` extension (those are with CPP dropped, exactly what is fed
into Ormolu).
## Editor integration
We know of the following editor integrations:
* [Emacs][emacs-package]
* [VS Code][vs-code-plugin]
* vim: [neoformat][neoformat], [vim-ormolu][vim-ormolu]
## Arch Linux
To install Ormolu on Arch Linux, one can use [the package on AUR][aur]:
```console
yay -S ormolu
```
## Contributing
See [CONTRIBUTING.md][contributing].
@ -170,3 +178,4 @@ Copyright © 2018present Tweag I/O
[vs-code-plugin]: https://marketplace.visualstudio.com/items?itemName=sjurmillidahl.ormolu-vscode
[vim-ormolu]: https://github.com/sdiehl/vim-ormolu
[neoformat]: https://github.com/sbdchd/neoformat
[aur]: https://aur.archlinux.org/packages/ormolu