mirror of https://github.com/cheat/cheat.git
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.
This commit is contained in:
parent
0445086170
commit
8d957d22bb
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue