diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-08-05 12:01:05 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-08-05 12:01:05 +0700 |
commit | 4796e6457fee592fca5e1dbea7a03ce6599b725f (patch) | |
tree | 94c9fb0d0a17f72be83546696dfe2028d86e14a3 /README.md | |
parent | 3fcff275b1eb526a4f49230b864669281fe2af2d (diff) | |
download | aspectj-4796e6457fee592fca5e1dbea7a03ce6599b725f.tar.gz aspectj-4796e6457fee592fca5e1dbea7a03ce6599b725f.zip |
Add "Setting up an AspectJ development environment" guide
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ Ensure you run this with a JDK - the more recent the better since some tests wil ## Documentation for AspectJ users * [Complete documentation quicklinks](https://www.eclipse.org/aspectj/docs.php) +* [Setting up a development environment](docs/developer/IDE.md) * [Getting started with AspectJ](https://www.eclipse.org/aspectj/doc/released/progguide/starting.html) * [Programming Guide](https://www.eclipse.org/aspectj/doc/released/progguide/index.html) * [READMEs for each version of AspectJ](docs/dist/doc) |