diff --git a/README.md b/README.md index fd51dfa..a7c0550 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,14 @@ Check the `utils/packages` file to see all the packages installed by the script. You may want to install the appropriate [driver](https://wiki.archlinux.org/title/NVIDIA) if you have an NVIDIA GPU. ### Installation guide -Initialize the `chezmoi` repository and start the installation script with the following command : +Initialize the `chezmoi` repository with the following command : ```bash -chezmoi init --apply https://gitea.hexasec.io/tombdf/.dotfiles.git +chezmoi init https://gitea.hexasec.io/tombdf/.dotfiles.git +``` +Start the installation script with the following command : +```bash +chezmoi cd && ./install.sh ``` -> [!HELP] -> If you just want to get the dotfiles without running the script, just use : -> ```bash -> chezmoi init https://gitea.hexasec.io/tombdf/.dotfiles.git -> ``` ### Finishing the configuration The script will end by itself. I recommend you to restart your computer.