So geht Readme.

Bei Technikfragen Tech-GamingCraft fragen.
This commit is contained in:
GamingCraft_hd 2021-05-14 23:55:44 +02:00 committed by GitHub
parent a585f86b2d
commit d96d8fe007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
Hello there! Thanks for trying out world's first complex open-source Minecraft resourcepack for 1.8.9 first of all! I am very thankful for that :D. Hello there! Thanks for trying out world's first complex open-source Minecraft resourcepack for 1.8.9 first of all! I am very thankful for that :D.
Now let's go on to the installation instructions: Now let's go on to the installation instructions:
### Easy Install ### Installation using your graphical interface
Recommended for users who are scared of the command line. Recommended for users who are scared of the command line.
Instructions: Instructions:
1. Go to the releases tab or click [this link](https://github.com/SangeloDev/SangeFault/releases) and download the latest version. 1. Go to the releases tab or click [this link](https://github.com/SangeloDev/SangeFault/releases) and download the latest version.
@ -28,27 +28,46 @@ Instructions:
- Paste in the zip file which was **inside** the zip you downloaded earlier. - Paste in the zip file which was **inside** the zip you downloaded earlier.
4. Start Minecraft and enjoy! 4. Start Minecraft and enjoy!
### Hard Install ### Command-line installation
For the ones that would like to flex 😎. Windows:
1. Open a Command Promt (Windows) or Terminal (Mac & Linux). ```bash
2. Type in `cd [path to your minecraft resourcepack folder*]` # Open your minecraft resourcepack folder
3. Type `git clone https://github.com/SangeloDev/SangeFault` cd %appdata%/.minecraft/resourcepacks
4. Start Minecraft and enjoy!
# Clone this repo into your resource packs folder.
git clone https://github.com/SangeloDev/SangeFault
```
Mac:
```bash
# Open your minecraft resourcepack folder
cd ~/Library/Application\ Support/.minecraft/resourcepacks
# Clone this repo into your resource packs folder.
git clone https://github.com/SangeloDev/SangeFault
```
Linux:
```bash
# Open your minecraft resourcepack folder
cd ~/.minecraft/resourcepacks
# Clone this repo into your resource packs folder.
git clone https://github.com/SangeloDev/SangeFault
```
## Update Instructions ## Update Instructions
This is how you update my pack to the latest release. This pack is far from finished, y'know? This is how you update my pack to the latest release. This pack is far from finished, y'know?
### Easy Installation (Only do if you used the Easy Installation Method!) ### Update using graphical interface
1. Download the latest release 1. Download the latest release
2. Follow the installation instructions for your os. 2. Follow the installation instructions for your os.
3. Start Minecraft and enjoy! 3. Start Minecraft and enjoy!
### Hard Installation (Only possible with the Hard Installation Method!) ### Update using command-line
1. Open a Command Prompt (Windows) or a Terminal (Mac & Linux) 1. Go into your folder again (as explained) and run the command `git pull` instead of the `git clone` command.
2. Type in `cd [path to your minecraft resourcepack folder*] && git pull`
3. Start Minecraft and enjoy!
## Release naming system ## Versioning
Since release 1.0.3, I am using a naming system for releases, since this pack is still WIP. Since release 1.0.3, I am using a versioning system for releases, since this pack is still WIP.
I'll be naming: I'll be naming:
- Major releases (1.0, 1.1, etc.) as MR - Major releases (1.0, 1.1, etc.) as MR
- Minor releases (1.0.1, 1.1.4, etc.) as mR - Minor releases (1.0.1, 1.1.4, etc.) as mR