Fix some spelling mistakes in README

This commit is contained in:
2025-11-28 18:13:47 +01:00
parent a793435f70
commit f7cdb49b45

View File

@@ -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,7 +36,7 @@ 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.
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]