1[
2{ type: install
3  message: <<EOM
4MongoDB on Raspberry Pi can work but is unsupported upstream.
5Please read https://jira.mongodb.org/browse/SERVER-71772 and enable option
6ARMV80A if you run this on a non-LSE ARM cpu like Raspberry Pi 4.
7
8MongoDB 6.0 and up do not include the 'mongo' CLI shell anymore. You can
9use the MongoDB Shell (https://github.com/mongodb-js/mongosh).
10# pkg install npm
11$ npm install mongosh
12$ npx mongosh mongodb://127.0.0.1:27017/
13
14EOM
15}
16]
17