diff --git a/content/guides/repl/launching_a_basic_repl.adoc b/content/guides/repl/launching_a_basic_repl.adoc index 059ff1bc..69086a89 100644 --- a/content/guides/repl/launching_a_basic_repl.adoc +++ b/content/guides/repl/launching_a_basic_repl.adoc @@ -35,7 +35,7 @@ user=> See <> to learn how to install the Clojure CLI. -You can exit the REPL by typing `Ctrl+D` (pressing the `Ctrl` and `D` keys at the same time). +On Linux and macOS you can exit the REPL by typing `Ctrl+D` (pressing the `Ctrl` and `D` keys at the same time). On Windows by typing `Ctrl+Z` and then `Enter`. == Using a project management tool