This is an automated email from the ASF dual-hosted git repository. eyal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datafu.git
The following commit(s) were added to refs/heads/master by this push: new 274e9d9 Explain how to develop DataFu with Intellij 274e9d9 is described below commit 274e9d9957fd81a12883c97f0f5efa3379395e98 Author: Eyal Allweil <e...@apache.org> AuthorDate: Tue May 24 14:57:03 2022 +0300 Explain how to develop DataFu with Intellij --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2b2cbe..68340d1 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ To clean up the eclipse files: ./gradlew cleanEclipse +### Using Intellij + +If you would like to use Intellij, generate and import the Eclipse files. + ### Running the Tests To run all the tests: