From 1a2422209e42e3e127b45edd1ccab91c8d88407b Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Mon, 8 Dec 2025 08:45:16 +0100 Subject: [PATCH] docs(cmdline): setup() call is mandatory --- readmes/mini-cmdline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readmes/mini-cmdline.md b/readmes/mini-cmdline.md index 968ee33c..ba15b389 100644 --- a/readmes/mini-cmdline.md +++ b/readmes/mini-cmdline.md @@ -106,7 +106,7 @@ Here are code snippets for some common installation methods (use only one): -**Important**: no need to call `require('mini.cmdline').setup()`, but it can be done to improve usability. +**Important**: don't forget to call `require('mini.cmdline').setup()` to enable its functionality. **Note**: if you are on Windows, there might be problems with too long file paths (like `error: unable to create file : Filename too long`). Try doing one of the following: