Hi, can we make a list of all the programs required to be installed before the just `just` command, in Ubuntu? - Just : binary has to be download from [their releases](https://github.com/casey/just/releases), and copied to `/home/[user]/.local/bin` so that "just" can be run from command line. - cargo : this needed to be installed, first script errored out for it. `sudo apt install cargo` - now it's stuck here: `/usr/bin/ld: cannot find -lsqlite3` . I have sqlite3 installed already, so am stuck.