From aa528dea3af0971baaac86dccbfdf1160b4ec9fc Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sat, 14 Oct 2023 12:05:00 +0300 Subject: [PATCH] typo --- README.md | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e2b31a..3b72249 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ echo "Hello $USER!" ```bash git clone https://github.com/TheK4n/dotfiles cd dotfiles -./install install bash zsh ... +./install bash zsh ... ``` diff --git a/install b/install index 32e6e4c..494b4c4 100755 --- a/install +++ b/install @@ -31,7 +31,7 @@ _die() { exit $2 } -test "$0" = "./install" || _die "Error: Please, run this file from root of dotfiles, like this './install.sh install TARGET" 1 +test "$0" = "./install" || _die "Error: Please, run this file from root of dotfiles, like this './install.sh TARGET" 1 _die_if_installed() {