From 81806e165914aab04ff3c65255513bae905eb86f Mon Sep 17 00:00:00 2001 From: Sebastian Westemeyer Date: Fri, 21 Jun 2024 11:47:08 +0200 Subject: [PATCH] Updated README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b76f860..b84d1c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Autoconfig for IntelliJ +# Autoconfig for Jetbrains IDEs -Autoconfig is an extension for IntelliJ IDEA that enables persistence and sharing of project specific IDE-settings outside the `workspace.xml`-file. +Autoconfig is an extension for IntelliJ IDEA and other Jetbrains IDEs that enables persistence and sharing of project specific IDE-settings outside the `workspace.xml`-file. ## Goal @@ -22,6 +22,9 @@ Autoconfig helps with sharing settings across multiple users by allowing to conf 5. Autoconfig automatically configures the IDE on restart 6. Commit the Autoconfig configuration file(s) +## How to set up +Detailed setup instructions can be found in the [project Wiki](https://github.com/GEBIT/autoconfig-intellij-plugin/wiki). + ## Available settings See the available settings configurable by Autoconfig in: [schemas](src/main/resources/schema)