aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 4 insertions, 14 deletions
diff --git a/README.md b/README.md
index ca0390d..97520ce 100644
--- a/README.md
+++ b/README.md
@@ -6,25 +6,15 @@ Ad-listener listen for changes at given URLs on:
- [ouestFrance](https://www.ouestfrance-immo.com/),
- [seLoger](https://www.seloger.com/).
-Then, it send a mail whenever a new ad come up.
+Then, it send a mail whenever a new ad comes up.
## Getting started
-1. Install [nix](https://nixos.org/nix/),
-2. launch `make start`,
-3. later, stop the project with `make stop`.
+In `nix-shell`, run `cabal run ad-listener`.
-## Build executable
+## Tests
-```bash
-make build
-```
-
-## Run tests
-
-```bash
-make test
-```
+In a `nix-shell`, run `cabal test`
## Configuration