aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2022-07-05 15:05:22 +0200
committerJoris2022-07-05 15:05:22 +0200
commitf02ff6b9a988db111e0384640876f20ecd0e8293 (patch)
tree2e40a88a8f10887dc985be18033682bb369ec179 /README.md
parent650a23ed763d8627af14ed154fdb9097a80875c5 (diff)
downloadad-listener-f02ff6b9a988db111e0384640876f20ecd0e8293.tar.gz
ad-listener-f02ff6b9a988db111e0384640876f20ecd0e8293.tar.bz2
ad-listener-f02ff6b9a988db111e0384640876f20ecd0e8293.zip
Simplify tooling
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