Skip to content

Commit b58165d

Browse files
committed
README: removing outdated install instructions
1 parent f7dfebc commit b58165d

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,10 @@ Efficient exact computation of combinatoric functions.
99

1010
## Install
1111

12-
This is a simple package and should be easy to install via any of
13-
the standared methods:
12+
This is a simple package and should be easy to install via the
13+
standared method:
1414

15-
-- With cabal-install and without the source:
16-
$> cabal new-install exact-combinatorics
17-
-- or:
1815
$> cabal install exact-combinatorics
19-
20-
-- With cabal-install and with the source already:
21-
$> cd exact-combinatorics
22-
$> cabal install
23-
24-
-- Without cabal-install, but with the source already:
25-
$> cd exact-combinatorics
26-
$> runhaskell Setup.hs configure --user
27-
$> runhaskell Setup.hs build
28-
$> runhaskell Setup.hs test
29-
$> runhaskell Setup.hs haddock --hyperlink-source
30-
$> runhaskell Setup.hs copy
31-
$> runhaskell Setup.hs register
32-
33-
The test step is optional and currently does nothing. The Haddock
34-
step is also optional.
3516

3617

3718
## Portability

0 commit comments

Comments
 (0)