Fix github profile url README

This commit is contained in:
Gwen Lofman 2021-10-01 18:15:12 -04:00
parent 591807f75b
commit 1d7afd1a2d
1 changed files with 2 additions and 2 deletions

View File

@ -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
```