summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Hellberg2024-02-29 22:47:40 +0100
committerAdam Hellberg2024-02-29 22:54:23 +0100
commit7b3f03e9c8df1463436420b42c9caa0a402e4a80 (patch)
tree39bfba0318f3bff41cb0bdca407170fb2d1c16f2
parent91348c8ac9562a5839035646c6b70bce7817c938 (diff)
downloadaur-comma-ide-community.tar.gz
Fix config path in install script
-rw-r--r--comma-ide.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/comma-ide.install b/comma-ide.install
index 0999b01af29f..4a0d59b7536e 100644
--- a/comma-ide.install
+++ b/comma-ide.install
@@ -4,18 +4,18 @@ post_install() {
cat <<EOF
*Notes*
To adjust the value of the JVM heap size, create
- ~/.config/Edument Central Europe/Comma$comma_ver/comma.vmoptions
+ ~/.config/Edument Central Europe/CommaCT$comma_ver/comma.vmoptions
(or comma64.vmoptions if using a 64-bit JDK) and set the -Xms and -Xmx parameters.
To see how to do this, you can reference the vmoptions file in the bin folder.
[OPTIONAL] Changing the location of "config" and "system" directories
------------------------------------------------------------------------------
By default, Comma stores all your settings in the
- ~/.config/Edument Central Europe/Comma$comma_ver directory
- and uses ~/.local/share/Edument Central Europe/Comma$comma_ver as a data cache.
+ ~/.config/Edument Central Europe/CommaCT$comma_ver directory
+ and uses ~/.local/share/Edument Central Europe/CommaCT$comma_ver as a data cache.
To change the location of these directories:
- 1. Open a console and cd into ~/.config/Edument Central Europe/Comma$comma_ver
+ 1. Open a console and cd into ~/.config/Edument Central Europe/CommaCT$comma_ver
2. Create a file idea.properties and set the idea.system.path and idea.config.path variables, for example: