minor corrections
[goodguy/cin-manual-latex.git] / parts / Installation.tex
index 39346f4319ffcfa37746d230c5cb0e4318de1a31..aef42402db1da652351d7a4020566cfe16a10426 100644 (file)
@@ -6,6 +6,10 @@
 \label{sec:cin_gg_appimage}
 
 The main way to install \CGG{} is to use the AppImage. This is updated regularly and works for every distro, since it already contains the necessary dependencies. 
+A big advantage of using the AppImage format is that it is only 1/3 the size of the normal install,
+and since each release is named differently, you can keep a number of versions in a directory,
+and when testing from a terminal you just have to type CinGG, then hit tab, and complete it to
+the desired date release.
 
 For 64-bit systems you can choose between an image with up-to-date libraries or one that supports older libraries, which you should use only if the first image gives you problems with unsupported libs. There is also a 32-bit older distro available that has \textit{i686} as part of the filename.  Installing the appimage is simple:
 
@@ -36,18 +40,7 @@ Finally start the program from a window in the directory where the image is stor
        $ ./CinGG-yyyymmdd.AppImpage
 \end{lstlisting}
 
-or create a convenient desktop icon with a link to the run action:
-
-\begin{enumerate}
-       \item right-click on the appimage file
-       \item Properties
-       \item Application Tab
-       \item Command:
-       \begin{lstlisting}[style=sh]
-               /path/to/appimage/./CinGG-yyyymmdd.AppImage
-       \end{lstlisting}
-       \item OK
-\end{enumerate}
+or create a convenient desktop icon with a link to the run action, or do a \textit{Desktop Integration} manually or with external programs.
 
 Most distros already have the libraries to run the appimage, but if not you may need an additional installation. For example Arch Linux needs the \texttt{libappimage} package.