================================================================
  REVERIE  —  Linux
================================================================

This archive contains TWO formats. Pick ONE.


----------------------------------------------------------------
  Debian / Ubuntu / Linux Mint   ->   the .deb   (recommended)
----------------------------------------------------------------

Installs Reverie into your applications menu, like a native app.
Open a terminal in this folder and run:

    sudo apt install ./reverie_*.deb

(The leading "./" matters.) Then launch "Reverie" from your
applications menu. To remove it later:  sudo apt remove reverie

Note: a warning like "Download is performed unsandboxed as root ...
couldn't be accessed by user '_apt' ... Permission denied" is NORMAL
and harmless -- the install still completes (look for "Setting up
reverie ..."). To avoid it, install from /tmp:
    cp reverie_*.deb /tmp/ && sudo apt install /tmp/reverie_*.deb

Prefer clicking? Install a graphical installer once with
"sudo apt install gdebi", then right-click the .deb ->
Open With -> GDebi Package Installer.


----------------------------------------------------------------
  Other distros (Fedora, Arch, openSUSE...)   ->   the AppImage
----------------------------------------------------------------

A single portable file, no installation:

    chmod +x Reverie-*-x86_64.AppImage
    ./Reverie-*-x86_64.AppImage

Or: right-click -> Properties -> Permissions -> tick
"Allow executing file as a program", then double-click.


----------------------------------------------------------------
  Good to know
----------------------------------------------------------------

- Copy / paste (e.g. pasting your license key) uses a clipboard helper.
  The .deb pulls one in automatically; for the AppImage, install one:
      wl-clipboard   (Wayland)   or   xclip / xsel   (X11)

- License, settings and presets are stored in:  ~/.config/reverie/

- Pro features unlock with a license key from:
      https://reverie.parallel-minds.studio

- Needs a 64-bit (x86_64) Linux desktop, glibc 2.31+
  (Ubuntu 20.04+, Debian 11+, Fedora, Arch, ...).

================================================================
