Update README.md

This commit is contained in:
2025-02-05 16:05:03 +00:00
committed by GitHub
parent c94e38d90c
commit 45d75ed31c

View File

@@ -19,3 +19,8 @@ I highly recommend anyone interested to fork the repository and modify any confi
These repository can be used as a base for your own dotfiles.
The 'main' branch serves as a place for active development, and becomes a new branch once I deem it stable enough. I am actively maitaining these repositories, so if you find a bug, file a PR or open an issue, I will review and work on it.
To install the configuration on the 'main' repository, run:
```sh
bash <(curl -s https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh)
```