howtos:how_to_install_clink_on_windows
How to install Clink on Windows
Clink is a powerful command-line editing utility for Windows.
- Download the latest ZIP file from https://github.com/chrisant996/clink/releases.
- Uncompress it to C:\opt\clink.
- Start
cmd.exeand run:
C:\opt\clink\clink_x64.exe autorun install echo @echo off>%LOCALAPPDATA%\clink\clink_start.cmd
Now, whenever cmd.exe starts, Clink is invoked automatically.
howtos/how_to_install_clink_on_windows.txt · Last modified: by hcho
