To install Vale on your computer, you'll need to use a package manager. Package managers allow you to install and update packages and libraries.
Windows users can install Vale using Chocolatey. If you've already installed Chocolatey, skip to step two. Otherwise, continue reading the instructions below.
choco -?
. If the installation was successful, the command prints the help documentation to the terminal.choco install vale
. You'll see some output in the terminal as Chocolatey installs Vale on your computer.vale -v
in the terminal. If the installation was successful, the command reports the latest, stable version of Vale.That's all you need to do to install the Vale CLI! Next, you'll learn how to configure and customize Vale for your documentation needs.