Bash AVpres Package
===================

Installation
------------

Run in the Terminal the three commands:

    cd bash-avpres-2026-01-25
    ./configure
    make install

The list of the configuration options is displayed by running:

    ./configure --help


Cleaning
--------

We recommend that you also run the optional command

    make clean

after installation, which removes outdated elements and keeps your computer
clean.


Usage
-----

For the list of the commands provided by Bash AVpres, run in the Terminal:

    bash_avpres

All commands come with an embedded help message and a detailed manual page
("man").


Uninstallation
--------------

    make uninstall
