diff --git a/README.md b/README.md index 772bf69..5a0682f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is an accompanying repo to my [blog post](https://blog.indoorvivants.com/2024-09-30-scalafmt-genetic-optimiser). +The genetic algorithms implementation is in a separate library called [Genovese](https://github.com/indoorvivants/genovese). + You will need to have NPM and Scala-CLI installed if you want to run it locally. Run: `make run`