Skip to content

Commit 8ad15e1

Browse files
committed
make no-install message more helpful
1 parent 68cb719 commit 8ad15e1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Build.rakumod

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
class Build {
2-
BEGIN die "This repository is not intended to be installed.";
2+
BEGIN {
3+
note q:to/END/;
4+
This repository is not intended to be installed!
5+
View the latest HTML version at https://docs.raku.org/
6+
Command line viewer at https://github.com/raku/rakudoc
7+
END
8+
die;
9+
}
310
}

0 commit comments

Comments
 (0)