From 8d957d22bb8dc10ee84dc46d7e79247bcd98844b Mon Sep 17 00:00:00 2001 From: User670 <22617255+User670@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:04:38 +0800 Subject: [PATCH] Update INSTALLING.md I saw `cheat ffmpeg` suggest Linux `for` and `cat`. Might as well say something here so that people are expecting what's coming. --- INSTALLING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALLING.md b/INSTALLING.md index 50c15a4..4d0b8b2 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -24,6 +24,10 @@ See the [releases page][releases] for a list of supported platforms. On Windows, simply download `cheat-windows-amd64.exe.zip` from the [releases page][releases], extract the `.exe` file to a directory in your `PATH`, and rename it to `cheat.exe`. +Do keep in mind that many community-contributed cheatsheets assume a Unix-like environment. +Some entries may mention other command line syntax or tools (for example, `for` or `cat`) +that are not available on Windows, or work differently. + ### Install via `go install` If you have `go` version `>=1.17` available on your `PATH`, you can install `cheat` via `go install`: