From e10861d40778aec3c2880e700dabb53155462564 Mon Sep 17 00:00:00 2001 From: Ian Coccimiglio <62724583+ian-coccimiglio@users.noreply.github.com> Date: Sat, 15 Mar 2025 03:23:02 -0700 Subject: [PATCH] Update README.md with beginner's guide --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a0ddc..534a5ba 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ For an example Maven project implementing an **original ImageJ plugin**, see: It is intended as an ideal starting point to develop new ImageJ2 commands in an IDE of your choice. You can even collaborate with developers using a -different IDE than you. +different IDE than you. For a beginner's guide on how begin an ImageJ2 ("Fiji") plugin, see: +https://imagej.net/develop/beginners-guide * In [Eclipse](http://eclipse.org), for example, it is as simple as _File › Import... › Existing Maven Project_.