sloane-4.0.1: README.md
# sloane [](https://travis-ci.org/akc/sloane)
A command line interface to
[The On-Line Encyclopedia of Integer Sequences](http://oeis.org).

## Install
If using the [nix](https://nixos.org/nix/) package manager:
```
$ nix-env -f "<nixpkgs>" -iA haskellPackages.sloane
```
Otherwise, use [cabal](https://www.haskell.org/cabal/):
```
$ cabal install sloane
```
## Usage
See the [man page](https://github.com/akc/sloane/blob/master/sloane.md).