]> git.njae.me.uk Git - advent-of-code-24-elixir.git/commitdiff
Update README.md
authorMitchell Hanberg <mitch@mitchellhanberg.com>
Mon, 7 Dec 2020 02:43:25 +0000 (21:43 -0500)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 02:43:25 +0000 (21:43 -0500)
README.md

index 5efa7a05a7f759f110b97c099c164439fa791876..e5d6ee25b8be8e3a7fcb17fba63f9f2afdc3da24 100644 (file)
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ $ git clone git@github.com:mhanberg/advent-of-code-elixir-starter.git advent-of-
 $ cd advent-of-code
 
 # Reinitialize your git repo
-$ rm -rf .git
+$ rm -rf .git && rm -rf .github
 $ git init
 ```
 ### Get started coding with zero configuration