summarylogtreecommitdiffstats
path: root/comma-ide.install
diff options
context:
space:
mode:
authorAdam Hellberg2023-08-05 19:51:43 +0200
committerAdam Hellberg2023-08-05 19:51:43 +0200
commitb122f177f92985e02adeece64d9f7d2a872bc5de (patch)
tree9516d8b26f20f00802a64c08ec457b97da31ebdc /comma-ide.install
parent4284644d7aa0c592f25100cd7b41096f5ae4dcf2 (diff)
parentddcb724756bf69af42d74833b1855a79f2185dfc (diff)
downloadaur-b122f177f92985e02adeece64d9f7d2a872bc5de.tar.gz
Merge branch 'feature/2023.07.0'
Diffstat (limited to 'comma-ide.install')
-rw-r--r--comma-ide.install27
1 files changed, 12 insertions, 15 deletions
diff --git a/comma-ide.install b/comma-ide.install
index f8e6e6d58100..0999b01af29f 100644
--- a/comma-ide.install
+++ b/comma-ide.install
@@ -1,30 +1,27 @@
-post_install(){
+post_install() {
+ local comma_ver=${1%%-*}
cat <<EOF
*Notes*
To adjust the value of the JVM heap size, create
- ~/.CommaCT2020.04/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
+ ~/.config/Edument Central Europe/Comma$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 under the ~/.CommaCT2020.04/config
- directory and uses ~/.CommaCT2020.04/system as a data cache.
- If you want to change these settings,
+ 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.
+ To change the location of these directories:
- 1. Open a console and cd into ~/.CommaCT2020.04/config
+ 1. Open a console and cd into ~/.config/Edument Central Europe/Comma$comma_ver
- 2. Create the file "idea.properties" and open it in an editor. Set the
- idea.system.path and/or idea.config.path variables as desired, for
- example:
+ 2. Create a file idea.properties and set the idea.system.path and idea.config.path variables, for example:
idea.system.path=~/custom/system
idea.config.path=~/custom/config
- 3. Note that we recommend to store data cache ("system" directory) on a disk
- with at least 1GB of free space.
+ NOTE: Store the data cache ("system" directory) on a disk with at least 1 GB of free space.
EOF
-
}
-