diff options
| -rw-r--r-- | doc/fullswof-utils.texi | 17 | 
1 files changed, 16 insertions, 1 deletions
| diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index 2677b80..6119af9 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -59,6 +59,7 @@ location as @emph{FullSWOF} itself or any other convenient location.  @menu  * Requirements::  * Cloning:: +* Uninstalling::  @end menu  @node Requirements, Cloning, Installation, Installation @@ -77,7 +78,6 @@ documentation system.  @end itemize -  @node Cloning,  , Requirements, Installation  @comment  node-name,  next,  previous,  up  @section Cloning @@ -110,6 +110,21 @@ on one page.  The subdirectory @emph{html_node} contains a top-level  The info file may be read using the @command{info} program.  The html  files may be read using any web browser. +@node Uninstalling, GNU Free Documentation License, Cloning, Installation +@comment  node-name,  next,  previous,  up +@section Uninstalling + +All the files in the @emph{fullSWOF-utils} package are installed under a +single directory.  To uninstall the package it is sufficient to remove +that directory.  For example, to remove a clone of the repository, first +navigate to the directory on the system where the clone is located. +Then execute the command: + +@example +rm -rf fullSWOF-utils +@end example + +  @node GNU Free Documentation License  @appendix GNU Free Documentation License  @include fdl-1.3.texi | 
