Skip to content

Commit 47556e9

Browse files
committed
Update README
1 parent 3f3c282 commit 47556e9

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,13 @@ bug or feel that something is missing.
1010

1111
##### Install
1212

13-
This library depends on the new API version of
14-
[haskell-game/sdl2](https://github.com/haskell-game/sdl2), available on
15-
Hackage as
16-
[sdl2 version 2.0.0 or greater](http://hackage.haskell.org/package/sdl2). With
17-
that in mind, you can install sdl2-image from source like this:
18-
1913
```bash
20-
git clone git@github.com:sbidin/sdl2-image.git
21-
cd sdl2-image
22-
cabal install
14+
cabal install sdl2-image
2315
```
2416

25-
Note that you might get compile errors if you're not using the latest GHC. Only
26-
7.10 is currently tested.
27-
2817
##### Documentation
2918

30-
You can find the documentation [here](https://bidin.eu/docs/sdl2-image).
19+
For documentation, [visit Hackage](https://hackage.haskell.org/package/sdl2-image).
3120

3221
The
3322
[original SDL2_image documentation](http://www.libsdl.org/projects/SDL_image/docs/SDL_image.html)

0 commit comments

Comments
 (0)