Skip to content

Commit

Permalink
Link to the statically built binaries in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
akc committed Aug 30, 2015
1 parent 5c80be2 commit c82f539
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ A command line interface to the

## Install

If using the [nix](https://nixos.org/nix/) package manager:
The easiest way to get started is to download a prebuilt binary. Such
binaries can be found on the
[releases page](https://github.com/akc/sloane/releases).
The binaries are statically linked and should work on any Linux system.

Alternative ways of installing `sloane` include
using the [nix](https://nixos.org/nix/) package manager:

```
$ nix-env -f "<nixpkgs>" -iA haskellPackages.sloane
```

Otherwise, use [cabal](https://www.haskell.org/cabal/):
Or using [cabal](https://www.haskell.org/cabal/):

```
$ cabal install sloane
Expand Down
2 changes: 1 addition & 1 deletion sloane.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sloane
Version: 4.0.1
Version: 4.0.2
Synopsis: A command line interface to Sloane's OEIS.

Description: A command line interface to Sloane's On-Line Encyclopedia of
Expand Down
2 changes: 1 addition & 1 deletion sloane.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import Sloane.Download
import Sloane.Bloom
import Sloane.DB

nameVer = "sloane 4.0.1" :: String
nameVer = "sloane 4.0.2" :: String
oeisURL = "https://oeis.org/search" :: URL
strpdURL = "https://oeis.org/stripped.gz" :: URL
namesURL = "https://oeis.org/names.gz" :: URL
Expand Down
4 changes: 2 additions & 2 deletions sloane.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SLOANE(1) User Manual | Version 4.0.1
date: 18 Aug 2015
title: SLOANE(1) User Manual | Version 4.0.2
date: 30 Aug 2015
---

# NAME
Expand Down

0 comments on commit c82f539

Please sign in to comment.