From 3081993bbd196e44b704cf8d6269245096017f18 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sun, 6 Dec 2020 21:43:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5efa7a0..e5d6ee2 100644 --- 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 -- 2.43.0