@eht16 commented on this pull request.
@@ -201,6 +201,29 @@ indent settings - i.e. you might want one document indented with tabs whilst
another is open with spaces indentation. See the [manual][8] for details.
+## How to install a portable version of Geany on Windows (e.g. for USB drives)? + +You can use the official installer to install Geany and copy its files to a portable device: + +- install Geany from the official installer to the any path on a local disk +- copy the whole directory to the portable device +- the uninstall Geany from your local system
Fixed, thanks.