@b4n commented on this pull request.


> +- then uninstall Geany from your local system
+- create a new file in the installation directory and name it 
`GeanyPortable.bat` (or any other name you like)
+- copy the following contents into the file:
+  ```
+  @ECHO OFF
+
+  SET XDG_CONFIG_HOME=./config
+  REM Optionally set the language you prefer, a list of available translations 
can be found on https://www.geany.org/contribute/translation/statistics/
+  SET LANG=en
+
+  start /b bin\geany.exe --config=./config/geany
+  ```
+- if you want to change the GTK theme for another look and feel, see [How to 
change the GTK theme?][12] below and use the directory `config` for creating 
the `gtk-3.0` and `themes` directories
+- to install Geany-Plugins proceed like above with the Geany-Plugins installer
+
+There is also a third party package for a portable Geany version, see [Geany 
Portable for Windows (portableapps.com)][13]. Please keep in my mind this 
package is not maintained by the Geany team and therefore you must make 
yourself sure that you can trust it.

```suggestion
There is also a third party package for a portable Geany version, see [Geany 
Portable for Windows (portableapps.com)][13]. Please keep in my mind this 
package is not maintained by the Geany team and therefore you must make sure 
yourself that you can trust it.
```
Or any better wording @elextr can give, but the current one sounds a bit weird 
to me.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/www.geany.org/pull/52#pullrequestreview-2411800433
You are receiving this because you are subscribed to this thread.

Message ID: <geany/www.geany.org/pull/52/review/2411800...@github.com>

Reply via email to