diff options
Diffstat (limited to 'shells/ammonite/pkg-message')
-rw-r--r-- | shells/ammonite/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shells/ammonite/pkg-message b/shells/ammonite/pkg-message index 7a2a2d6a2e47..eda1d943cdce 100644 --- a/shells/ammonite/pkg-message +++ b/shells/ammonite/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use ammonite as a shell you must(!) setup a configuration file ~/.ammonite/predef.sc with a least the following minimal content: @@ -17,3 +20,6 @@ import shellSession._ import ammonite.ops._ import ammonite.shell._ ammonite.shell.Configure(interp, repl, wd) +EOM +} +] |