From f02ff6b9a988db111e0384640876f20ecd0e8293 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 5 Jul 2022 15:05:22 +0200 Subject: Simplify tooling --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3