From 6a47d37323c2c9a46cf53b208508367ee2e998a7 Mon Sep 17 00:00:00 2001 From: bwoodfork Date: Thu, 2 Sep 2021 21:11:54 -0500 Subject: [PATCH] Update ReadMe to include shell 'quit' instruction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07c0a49..30881db 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,5 @@ It may be useful to build the project with a specific version of Kotlin. To do s mvn -Dkotlin.version=1.4.10 -DskipTests package ``` To start the shell, run `bin/ki.sh` on Linux and macOS. On Windows, use `bin\ki.bat` instead. + +To exit the shell, type `:q` or `:quit`.