aports/testing/rustlings/rustlings.post-install
2024-06-29 10:18:39 +00:00

12 lines
215 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* rustlings requires exercise files in the current directory to run.
* install rustlings-exercise and copy usr/share/rustlings like
* cp -r /usr/share/rustlings ~/rustlings
*
EOF
exit 0