From 1d7afd1a2dadbac5051fcec5b93077c76475b877 Mon Sep 17 00:00:00 2001 From: Gwen Lofman Date: Fri, 1 Oct 2021 18:15:12 -0400 Subject: [PATCH] Fix github profile url README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```