From 675e1d7edbfa5e1557bf4524d36ccb00f82634e7 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Fri, 20 Dec 2024 14:25:32 +0200 Subject: [PATCH] mention dependency sources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51fa7103..d741fd85 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ Klite builds are available from [jitpack](https://jitpack.io/#codeborne/klite), } ``` +Also configure your IDE to download dependency sources (in Intellij -> Settings -> Advanced Settings), which will serve as documentation during development. + ### Using unreleased commits Jitpack builds requested versions on the fly, so it is also good if you want to fork Klite and customize for your own needs -