From f7cdb49b45b36958f93b76bf8aa4005829d56c86 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 28 Nov 2025 18:13:47 +0100 Subject: [PATCH] Fix some spelling mistakes in README --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 68a77fe..1aa247a 100644 --- a/README.adoc +++ b/README.adoc @@ -28,7 +28,7 @@ sudo apt install git stow [source,bash] brew install git stow -== Setup and useage +== Setup and usage [NOTE] My https://gitea.nehrke.info/nemoinho/dev-machine/[dev-machine setup] will install and setup these dotfiles automatically. So, the only thing I've to care about is the `stow . --adopt` command and to commit changes to the VSC. @@ -36,8 +36,8 @@ So, the only thing I've to care about is the `stow . --adopt` command and to com Checkout this repository into `~/dotfiles` and apply run `stow` to sync the dotfiles. [IMPORTANT] -The directory should be loacted directly in the HOME directory. -Otherwise stow needs an additional flat `-t $HOME` everytime, which is a bit annoying! +The directory should be located directly in the HOME directory. +Otherwise stow needs an additional flat `-t $HOME` every time, which is a bit annoying! [source,bash] git clone git@gitea.nehrke.info:nemoinho/dotfiles.git ~/dotfiles # <1>