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] [source,bash]
brew install git stow brew install git stow
== Setup and useage == Setup and usage
[NOTE] [NOTE]
My https://gitea.nehrke.info/nemoinho/dev-machine/[dev-machine setup] will install and setup these dotfiles automatically. 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. 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. Checkout this repository into `~/dotfiles` and apply run `stow` to sync the dotfiles.
[IMPORTANT] [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` everytime, which is a bit annoying! Otherwise stow needs an additional flat `-t $HOME` every time, which is a bit annoying!
[source,bash] [source,bash]
git clone git@gitea.nehrke.info:nemoinho/dotfiles.git ~/dotfiles # <1> git clone git@gitea.nehrke.info:nemoinho/dotfiles.git ~/dotfiles # <1>