From 61b87a3f3e4455e324a04e2f2c2a5b4c2c3bb621 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Mon, 29 Dec 2025 21:03:04 +0000 Subject: [PATCH] Remove outdated dev instructions from readme --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 6a882ca..22f2298 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,3 @@ Packed in Modrinth format, because [Modrinth](https://modrinth.com) is the super To create a release, run [./export-pack.sh](export-pack.sh) * It will be generated in [release/Tinker's tinkering.mrpack](Tinker's%20tinkering.mrpack) - -### Saving login details -This script clones the [mc_rebalance](https://patience.nearmisses.xyz/patience/mc_rebalance) and [mc_rebalance_datapack](https://patience.nearmisses.xyz/SergeantAcoustic/mc_rebalance_datapack) repos, so you will need to provide login credentials to git twice every time you run the script. - -To solve this, consider one of the following: - -#### SSH mode -Refer to [this guide](https://docs.codeberg.org/security/ssh-key/) on how to set up SSH key authentication - -#### HTTPS mode -* To clone the repositories in HTTPS mode, run the script with any data at the end i.e. `./export-pack.sh 1` -* Running `git config --global credential.helper store` will save your credentials to your global git config directory - * **Beware that this is stored in plaintext, so only do it on a private device**