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/app
if you took my recommendation git pull
git checkout <version tag>
./update.sh
# FreeBSD requires bash to be installed
Tracking main branch:
- cd back into the repo whreever you put it.
~/.config/app
if you took my recommendation git pull
./update.sh
# FreeBSD requires bash to be installed