math/lean: Add to pkg-message

This commit is contained in:
Yuri Victorovich 2022-09-06 09:05:45 -07:00
parent 50e722f392
commit 258e95b1fa

View File

@ -1,16 +1,22 @@
[
{ type: install
message: <<EOM
You installed lean: The Theorem Prover.
================================================================================
You installed Lean: The Theorem Prover.
Please note that lean requires /proc to be mounted.
(1) Please note that Lean requires /proc to be mounted.
The usual way to do this is to add this line to /etc/fstab:
proc /proc procfs rw 0 0
The usual way to do this is to add this line to /etc/fstab:
proc /proc procfs rw 0 0
and then run this command as root:
# mount /proc
and then run this command as root:
# mount /proc
(2) You might also want to install mathlibtools (math/mathlibtools) in case
you need to use the mathematical library of Lean.
mathlibtools download this library to user's home directory for further
use by Lean.
================================================================================
EOM
}
]