robocop

Checks KYC attributes against sanction lists
Log | Files | Refs | Submodules | README | LICENSE

commit 9342e471db9681e63fa368d4c3af0a954ac3269e
parent 24f18057fdfb99b567feacfc80823d687446e660
Author: Vint Leenaars <vl.software@leenaa.rs>
Date:   Fri,  9 May 2025 01:54:06 +0200

Clarify setup

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -11,11 +11,11 @@ KYCheck is a Counter Terrorist Financing (CTF) sanction processing tool written The most recent [XML sanction list](https://www.sesam.search.admin.ch/sesam-search-web/pages/downloadXmlGesamtliste.xhtml?lang=en&action=downloadXmlGesamtlisteAction) should be [downloaded](https://www.sesam.search.admin.ch/sesam-search-web/pages/downloadXmlGesamtliste.xhtml?lang=en&action=downloadXmlGesamtlisteAction) from the Swiss [State Secretariat for Economic Affairs](https://www.seco.admin.ch/) (SECO). In the future additional sanction lists can be added. -## Installation +## Prepare for installation Download the repository containing all the [source files](https://git.disroot.org/lnrs/kycheck) -Then install [The Haskell Tool Stack](https://docs.haskellstack.org/en/stable/install_and_upgrade/) or (when using [Nix](https://nixos.org/)) type: +Then make sure you have [The Haskell Tool Stack](https://docs.haskellstack.org/en/stable/install_and_upgrade/) installed. When using [Nix](https://nixos.org/), you can just type: ``` $ nix-shell