Skip to content

Commit f15706d

Browse files
authored
Update beginners-guide.md
Couple small changes from feedback
1 parent d236fcc commit f15706d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/develop/beginners-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Also you may want to have a look at [Introduction\_into\_Macro\_Programming](/sc
1818

1919
Most of this guide is written from the perspective of using IDEA IntelliJ as your IDE. While everything can be done when using the other recommended IDEs, the specifics may differ from what you see here.
2020

21-
Lastly, this new guide exclusively covers Scijava-based Fiji projects, and will not cover or link to any information on ImageJ-1.x plugin development. Appropriately leveraging the tools in Scijava and Imglib2 makes plugin development, particularly handling input and output, significantly easier and more efficient. This guide is meant as a rough overview of the entire process and deliberately does not go into great detail on any single topic.
21+
Lastly, this new guide exclusively covers Scijava-based Fiji projects, and will not cover or link to any information on ImageJ-1.x plugin development. Appropriately leveraging the tools in Scijava and Imglib2 makes plugin development, particularly handling input and output, significantly easier and more efficient. This guide is meant as a rough overview of the entire process and deliberately does not go into great detail on any single topic. If you are interested in ImageJ-1.x plugin development, see the [ImageJ-1.x plugin development page](/develop/ij1-pluins).
2222

2323
## Finding information
2424

@@ -62,7 +62,7 @@ You will need:
6262

6363
Environments used for testing this guide:
6464

65-
- Windows 10 and 11
65+
- Windows 10 and 11, x86_64
6666
- Azul Zulu 1.8.x
6767
- IntelliJ IDEA 2019.2.3 and 2024.3.1 (Community Edition)
6868
- Git 2.x

0 commit comments

Comments
 (0)