Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 25274a7

Browse files
authored
Added reference to Haskell PVP for versioning.
1 parent 0f78067 commit 25274a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ This is the Haskell implementation of [multihash](https://github.com/multiformat
1010

1111
## Install
1212

13-
`stack install`
13+
This package can be installed with [stack](https://haskellstack.org/), a common Haskell package manager.
14+
15+
`$ stack install`
1416

1517
## Usage
1618

@@ -22,6 +24,8 @@ TODO
2224

2325
## Contribute
2426

27+
This package follows the Haskell [Haskell Package Versioning Policy](https://pvp.haskell.org).
28+
2529
Contributions welcome: please [open an issue](https://github.com/multiformats/haskell-multihash/issues).
2630

2731
Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

0 commit comments

Comments
 (0)