Skip to content

Commit 5c55326

Browse files
authored
Remove readme details about setting up 1.0 that aren't needed anymore.
1 parent d9b7fa0 commit 5c55326

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
## Installation
2-
3-
Until `snap-1.0` is released, install it via git submodules:
4-
5-
```bash
6-
cd path/to/hspec-snap
7-
git submodule update --init --recursive
8-
```
9-
10-
If you are using stack, you should be all set. If you are using cabal sandboxes, run the following:
11-
12-
```
13-
./init-sandbox.sh
14-
cabal install --only-dep --enable-tests
15-
cabal build
16-
```
17-
18-
If you are using `hspec-snap` as part of a project that already depends on `snap-1.0`, the above isn't necessary.
19-
201
## About
212

223
`hspec-snap` is a library to allow you to write tests against Snap web

0 commit comments

Comments
 (0)