********** Quickstart ********** .. highlight:: bash Download and verify the Para sources: .. code-block:: :substitutions: gpg --keyserver keys.openpgp.org --recv-keys 6B06A2E03BE31BE9 && curl -O https://codeberg.org/odkr/para/releases/download/v|release|/para-|release|.tgz && curl -O https://codeberg.org/odkr/para/releases/download/v|release|/para-|release|.tgz.asc && gpg --verify para-|release|.tgz.asc Unpack and build Para: .. code-block:: :substitutions: tar xzf para-|release|.tgz && cd para-|release| && ./configure && make Then install Para *either* system-wide:: sudo make install *Or* to your home directory:: make prefix=~/.local install See :doc:`build` and :doc:`install` for details and troubleshooting. .. tip:: Subscribe to https://codeberg.org/odkr/para/releases.rss to be notified about new releases.