From d16654ad4300cc68ca16857c31918ec015e1e402 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Wed, 8 Dec 2021 21:50:20 -0500 Subject: [PATCH] Minor step correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d7ef2..ef9034f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Hopefully I keep up with it # Installation ``` git clone https://gitea.ryanreed.net:3000/ryanreed/aoc2021.git -cd 2021-advent-of-code +cd 2021aoc python3 -m venv .venv . .venv/bin/activate pip install --upgrade pip