From 720cd4665c75e81a8272b626e439c33c6a9c59cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marduk=20Bola=C3=B1os?= Date: Mon, 6 Apr 2026 18:24:47 +0200 Subject: [PATCH] Updated the instructions for exiting the REPL on different OSs - Clarified that Ctrl+D only works on Linux and macOS - Added the key combination for exiting the REPL on Windows --- content/guides/repl/launching_a_basic_repl.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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