Skip to content

Commit cdad80f

Browse files
committed
Update README
1 parent b5c01a8 commit cdad80f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.markdown

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
# `text`: Fast, packed Unicode strings, using stream fusion
1+
# `text`: Fast, packed Unicode strings, using stream fusion [![Hackage](http://img.shields.io/hackage/v/text.svg)](https://hackage.haskell.org/package/text)
22

33
This package provides the Data.Text library, a library for the space-
44
and time-efficient manipulation of Unicode text in Haskell.
55

6-
**Please refer to the [package description on Hackage](https://hackage.haskell.org/package/text#description) for more information.**
7-
86
# Get involved!
97

108
Please report bugs via the
119
[github issue tracker](https://github.com/haskell/text/issues).
1210

13-
Master [git repository](https://github.com/haskell/text):
11+
The main repo:
12+
13+
```bash
14+
git clone git://github.com/haskell/text.git
15+
```
1416

15-
* `git clone git://github.com/haskell/text.git`
17+
To run benchmarks please clone and unpack test files:
1618

17-
To run benchmarks please clone and unpack
18-
[test files](https://github.com/bos/text-test-data)
19-
into `benchmarks/text-test-data`.
19+
```bash
20+
git clone https://github.com/bos/text-test-data benchmarks/text-test-data
21+
cd benchmarks/text-test-data
22+
make
23+
```
2024

2125
# Authors
2226

0 commit comments

Comments
 (0)