diff --git a/README.md b/README.md index 702ac05..18cb7a7 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Includes my functions, environment variables, path, custom prompt with git promp When running on a new system, to install development files use ```bash -git clone https://github.com/Lionex/dotfiles ~/.dotfiles && cd ~/.dotfiles && . install.sh +git clone https://github.com/glfmn/dotfiles ~/.dotfiles && cd ~/.dotfiles && . install.sh ``` To simply symlink the dotfiles, use ```bash -git clone https://github.com/Lionex/dotfiles ~/.dotfiles && cd ~/.dotfiles && . setup.sh +git clone https://github.com/glfmn/dotfiles ~/.dotfiles && cd ~/.dotfiles && . setup.sh ```