Skip to content

Commit

Permalink
Updated building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Oct 31, 2016
1 parent 662d758 commit b306da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation and building

The easiest way to get KLFC is to download a pre-built binary from the [releases page](https://github.com/39aldo39/klfc/releases).

KLFC can also be built from source. It is written in Haskell and can be installed with cabal-install. Cabal-Install can be installed by the instructions listed [here](https://wiki.haskell.org/Cabal-Install#Installation), or from the repositories of your distro, if you use Linux. With cabal-install installed, KLFC is built by executing `cabal install` inside the root directory of the source, which will create a binary `klfc` in `~/.cabal/bin/`.
KLFC can also be built from source. It is written in Haskell and can be installed with the [Haskell toolchain](https://www.haskell.org/downloads). With the Haskell toolchain installed, KLFC is built by executing `cabal install` inside the root directory of this project. This will create a binary `klfc` in `~/.cabal/bin/`.

Usage
-----
Expand Down

0 comments on commit b306da9

Please sign in to comment.