Apprends à installer Batch Script en local pour résoudre les exercices d’Exercism sur ta propre machine
Tu utilises un système d'exploitation Windows ?
Appuie sur Windows Key, tape cmd, puis appuie sur enter.
Batch est déjà installé sur ton système si ton système d'exploitation est Windows.
Si tu utilises un autre système d'exploitation, tu peux installer Batch en suivant les instructions ci-dessous.
brew install --cask --no-quarantine wine-stable
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo apt update
sudo apt install --install-recommends winehq-stable
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo apt update
sudo apt install --install-recommends winehq-stable
# Fedore 39
dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/39/winehq.repo
# Fedora 40
dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/40/winehq.repo
dnf install winehq-stable