Run the below command in the terminal:
app -m app update
You can also update app by compiling it yourself:
Tracking versioned release:
- cd back into the repo whereever you put it.
~/.config/appif you took my recommendation git pullgit checkout <version tag>./update.sh# FreeBSD requires bash to be installed
Tracking main branch:
- cd back into the repo whreever you put it.
~/.config/appif you took my recommendation git pull./update.sh# FreeBSD requires bash to be installed