    You should have a 1 MB memory to run Joe application. If you want to
    call the browser with Joe, or launch its modules, you should have
    at least 2 MB memory.

 0) Important: the modules are now part of the release. Delete therefore the
    old ones with their *.INF files.

 1) A file and folder structure is imposed since Joe's 1.48 version. Copy the
    files and folders from the archive to have the following tree:
 
    JOE.PRG
    JOE.RSC (rename the JOE_C.RSC or JOE_BW.RSC from the GOODIES folder)
    JOE.MAC (text macros)
    MODULES\
      *.JXM (module declaration file)
      *.JIC (module icon file)
      *.PRG (module executable, the only PRG extension is recognized)
      *.RSC (module ressource file)
    MENUS\
      *.JMN (external tags menu)
    GUIDES\
      JOE.HYP
      MODULES.HYP

    You can not respect this structure, but you will not have all
    the functionalities.

    The current *.KRZ file (text macros called kurzels) is set in the
    Joe's pathfile preferences. The SCRIPTS folder is given for examples
    and is only used only by GEMScript interpretors such as SCRIPTER.APP

    Do not recover the *.INF or *.CFG files in the archive if you found ones.

 2) Launch JOE.PRG and choose the pathfiles for the applications
    such as the browser, the external programs, the default paths for the
    edited files, the library paths, the kurzels... (F2 Key)

    Indicate (with a loading) a text macros file (*.MAC) in the text macros
    window. (F4 Key)

 3) Save the configuration with the JOE.CFG name beside the program (or in
    the HOME$ folder in a multitasking environment) and terminate Joe.
    This will be the default configuration loaded at every Joe's launch.

 4) If you are under a multitasking OS and the following is not done,
    write the environment variables for OLGA, BubbleGEM and ST-GUIDE,

    for example in MAGX.INF:
 
    #_ENV OLGAMANAGER=path+filemane of OLGA
    #_ENV BUBBLEGEM=path+filenemae of BUBBLE
    #_ENV STGUIDE=path+filename of ST-GUIDE

    Declare also the path and filename of JOE.PRG in the OLGA.INF
    (at [Applications] level).

