From 141bdaa3de478460966b6f66783e51c39131412d Mon Sep 17 00:00:00 2001 From: Jacob Kwitkoski Date: Thu, 8 Oct 2020 21:01:32 -0700 Subject: [PATCH] Added installation section for using the JetBrains Toolbox App Direct users to install the JetBrains Toolbox App: a handy utility for installing JetBrains IDEs. Specifically useful for managing side-by-side installations of different versions of the same tool (stable, RC, EAP, etc.) --- JetBrainsIDEs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JetBrainsIDEs/README.md b/JetBrainsIDEs/README.md index 913cf720..910cbd36 100644 --- a/JetBrainsIDEs/README.md +++ b/JetBrainsIDEs/README.md @@ -57,6 +57,8 @@ They offer support for more languages using plugins such as Rust, Dart, Haxe, Ma Go to [their website](https://www.jetbrains.com/products.html?fromMenu#type=ide) and select what product you'd like to download. +Alternatively, use the [Jetbrains Toolbox App](https://www.jetbrains.com/toolbox-app/) to manage product installations. + ## Pricing If you're a **student** or an **instructor** (teaching staff members) all IDEs from JetBrains are free to use. You can read more on [their website](https://www.jetbrains.com/student/). If you're not a student they still offer a few free Community Edition (CE) IDEs. Check out [IntelliJ](https://www.jetbrains.com/idea/) (Java) or [PyCharm Edu](https://www.jetbrains.com/pycharm-edu/).