From 762afacbf227ecd173e899d10a28a478b4c84a3f Mon Sep 17 00:00:00 2001 From: Marlon Richert Date: Wed, 4 Sep 2024 10:20:19 +0300 Subject: [PATCH] Add note to Readme about usage of `%` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f9c164..16e2563 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Minimum: * Should theoretically work with Zsh 5.4, but I'm unable to test that. ## Installation & setup +> Note: In this manual, `%` represents the command line prompt. If you see it in front of a command, +> it means you should run it on the command line, not put it in a script. + First, install Autocomplete itself. Here are some way to do so: * To use only releases (instead of the `main` branch), install `zsh-autocomplete` with a package manager. As of this writing, this package is available through Homebrew, Nix, `pacman`, Plumage,