From 48ff28d5c7be13b54de08d0f78fadc65528326b8 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 10 Aug 2026 11:58:08 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63447c..6e976b6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Then go to http://localhost:5000 If you want to run this on a vps or server at home this is how to do it (only being used on a ubuntu server so might not work on other distros like debian) ``` -git clone https://git.ralphie.xyz/Jordan/math-website.git +git clone https://git.ralphie.xyz/Jordan/math-website.git cd math-website python3 -m venv venv source venv/bin/activate