aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-11-21 03:20:01 +0100
committernea <romangraef@gmail.com>2022-11-21 03:20:01 +0100
commitaeac71aac6006ddb1e09e7d4990d9af8a4203325 (patch)
tree5da702b06ed7043298183acdebc2d9d25365130e
parent2332015396d757fa7af1bc3ccbac04a9384fd49c (diff)
downloadsbdata-aeac71aac6006ddb1e09e7d4990d9af8a4203325.tar.gz
sbdata-aeac71aac6006ddb1e09e7d4990d9af8a4203325.tar.bz2
sbdata-aeac71aac6006ddb1e09e7d4990d9af8a4203325.zip
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.
-rw-r--r--.gitignore3
-rw-r--r--.gitmodules3
m---------NotEnoughUpdates-REPO0
-rw-r--r--README.md2
4 files changed, 4 insertions, 4 deletions
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
-Subproject 7e248b501dd582caf8ae8b2dc4ab04afdf283ca
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.