Quickstart¶
Download and verify the Para sources:
gpg --keyserver keys.openpgp.org --recv-keys 6B06A2E03BE31BE9 &&
curl -O https://codeberg.org/odkr/para/releases/download/v0.11/para-0.11.tgz &&
curl -O https://codeberg.org/odkr/para/releases/download/v0.11/para-0.11.tgz.asc &&
gpg --verify para-0.11.tgz.asc
Unpack and build Para:
tar xzf para-0.11.tgz &&
cd para-0.11 &&
./configure &&
make
Then install Para either system-wide:
sudo make install
Or to your home directory:
make prefix=~/.local install
See Build and Installation for details and troubleshooting.
Tip
Subscribe to https://codeberg.org/odkr/para/releases.rss to be notified about new releases.