1The `process` Package  [![Hackage](https://img.shields.io/hackage/v/process.svg)](https://hackage.haskell.org/package/process) ![Tests](https://github.com/haskell/process/workflows/Tests/badge.svg)
2=====================
3
4See [`process` on Hackage](http://hackage.haskell.org/package/process) for
5more information.
6
7Installing from Git
8-------------------
9
10To build this package using Cabal directly from Git, you must run
11`autoreconf -i` before the usual Cabal build steps (`cabal
12{configure,build,install}`). The program `autoreconf` is part of
13[GNU autoconf](http://www.gnu.org/software/autoconf/).  There is no
14need to run the `configure` script: `cabal configure` will do this for
15you.
16