diff --git a/README.md b/README.md
index c4885f5..2833ac9 100644
--- a/README.md
+++ b/README.md
@@ -61,12 +61,6 @@ Or, if you'd like to help translate π©πͺ πΊπΈ π§π¬, you can start im
-### Quickly getting a development environment setup
-
-To get a quick working development environment you could use Gitpod.
-
-[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binwiederhier/ntfy)
-
## Sponsors
I have just very recently started accepting donations via [GitHub Sponsors](https://github.com/sponsors/binwiederhier).
I would be humbled if you helped me carry the server and developer account costs. Even small donations are very much
@@ -104,7 +98,8 @@ appreciated. A big fat **Thank You** to the folks already sponsoring ntfy:
-I'd also like to thank [DigitalOcean](https://www.digitalocean.com/) for supporting the project with $60/yr:
+I'd also like to thank [IntelliJ IDEA](https://www.jetbrains.com/idea/) for providing their awesome IDE to me for free,
+and [DigitalOcean](https://www.digitalocean.com/) for supporting the project with $60/yr:
diff --git a/docs/develop.md b/docs/develop.md
index fc65e4b..23a6c1b 100644
--- a/docs/develop.md
+++ b/docs/develop.md
@@ -22,12 +22,6 @@ server consists of three components:
All of these components are built and then **baked into one binary**.
-### Quickly getting a development environment setup
-
-To get a quick working development environment you could use Gitpod.
-
-[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binwiederhier/ntfy)
-
### Navigating the code
Code:
@@ -49,6 +43,13 @@ Build related:
The `web/` and `docs/` folder are the sources for web app and documentation. During the build process,
the generated output is copied to `server/site` (web app and landing page) and `server/docs` (documentation).
+### Build/test on Gitpod
+To get a quick working development environment you can use [Gitpod](https://gitpod.io), an in-browser IDE
+that makes it easy to develop ntfy without having to set up a desktop IDE. For any real development,
+I do suggest a proper IDE like [IntelliJ IDEA](https://www.jetbrains.com/idea/).
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binwiederhier/ntfy)
+
### Build requirements
* [Go](https://go.dev/) (required for main server)