From 3b799e834ace31d2d9262362f591a19d32f682f9 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 1 Jun 2026 17:19:46 -0400 Subject: [PATCH] chore: add .gitignore and README --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 75a29fb..c7211e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store downloads/** +config.json diff --git a/README.md b/README.md index 15934cb..4c144f4 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # mod-updater + +```sh +python3 -m venv venv +source venv/bin/activate +pip install requests +```