From aeac71aac6006ddb1e09e7d4990d9af8a4203325 Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 21 Nov 2022 03:20:01 +0100 Subject: Kat sitting recipe generator See https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/pull/867 for results. Also removed submodule cause it just doesn't make sense anymore. --- .gitignore | 3 +++ .gitmodules | 3 --- NotEnoughUpdates-REPO | 1 - README.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 NotEnoughUpdates-REPO diff --git a/.gitignore b/.gitignore index fe3edea..8068fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ __pycache__ build/ .idea/ +NotEnoughUpdates-REPO/ + + diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index cb24a04..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "NotEnoughUpdates-REPO"] - path = NotEnoughUpdates-REPO - url = https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/ diff --git a/NotEnoughUpdates-REPO b/NotEnoughUpdates-REPO deleted file mode 160000 index 7e248b5..0000000 --- a/NotEnoughUpdates-REPO +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7e248b501dd582caf8ae8b2dc4ab04afdf283cac diff --git a/README.md b/README.md index 8de277b..66b6258 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Hi, jani, i will automate your job, and, when you are jobless, poor and homeless ## Setup - - Make sure the NEU repo is set up. When in doubt you can always use `git submodule update --init` to redownload it + - Make sure the NEU repo is set up. Please clone it into `NotEnoughUpdates-REPO` - Set up your pipenv with `pipenv install` - Run either `pipenv run python -m sbdata -explore` or `pipenv run python -m sbdata -json` in the main directory. -- cgit