๐ป Installation
๐ป Installation
๐ฆ Dependencies
- Bash version 5 or superior is required (might work with older versions but it is not guaranteed).
- From GNU coreutils: it uses
rm
,mv
,mkdir
for all commands. It usescp
,chmod
,touch
for the installation/updates. You most likely already have all of these! - curl and tar are needed only if you want to use the self-update command.
๐ Automated installation
Run the following command to install Valet:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/jcaillon/valet/latest/valet.d/commands.d/self-install.sh)"
๐ก
Please review the [installation script][selfInstallScriptLink] or the [self install command usage][selfInstallCommandUsageLink] to learn about the different installer options.
Here is an example command to install Valet with the option --unattended
:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/jcaillon/valet/latest/valet.d/commands.d/self-install.sh)" -s --unattended
๐ช Manual installation
- Download the package from the latest release from GitHub.
- Extract the archive to your favorite installation directory.
- Add this directory to your PATH so you can call
valet
from your terminal. - Call
valet
to get started with the example commands!
๐จ Manual installation from sources
- You can clone this project or download the source from the latest release into the directory of your choice.
- Add this directory to your PATH so you can call
valet
from your terminal. - Call
valet
to get started with the example commands!
๐ช Use Valet on windows
It is recommended to use Git bash, installed with Git for Windows and Windows terminal as your terminal program. You can also use Valet with any Linux distribution and Windows Subsystem for Linux (WSL).