Browse Source

Merge pull request #2 from Robotia/patch-1

Update README.md links to TCPR
master
Yive 9 years ago
parent
commit
8e40ef0d8d
  1. 8
      README.md

8
README.md

@ -29,10 +29,10 @@ Basically;
## Contributing ## Contributing
Please read the [guide](https://github.com/spannerman79/KCauldron/blob/master/CONTRIBUTING.md) on how to contribute - Cauldron always needs improvements :smile: Please read the [guide](https://github.com/TCPR/KCauldron/blob/master/CONTRIBUTING.md) on how to contribute - Cauldron always needs improvements :smile:
## Downloads ## Downloads
You can download the pre-built packages from https://github.com/spannerman79/KCauldron/releases You can download the pre-built packages from [here](https://tcpr.ca/downloads/kcauldron)
I'd suggest that you look at the release notes before downloading. I'd suggest that you look at the release notes before downloading.
@ -43,7 +43,7 @@ I'd suggest that you look at the release notes before downloading.
## Building Cauldron ## Building Cauldron
* Checkout project * Checkout project
* You can use IDE or clone from console: * You can use IDE or clone from console:
`git clone https://github.com/spannerman79/KCauldron.git` `git clone https://github.com/TCPR/KCauldron.git`
* Init submodules * Init submodules
* Since this project uses two other projects we need to download them as well * Since this project uses two other projects we need to download them as well
`git submodule update --init --recursive` `git submodule update --init --recursive`
@ -63,4 +63,4 @@ All builds will be in `build/distributions`
[forge]: https://img.shields.io/badge/Minecraft%20Forge-v10.13.4.1614-green.svg "Minecraft Forge v10.13.4.1614" [forge]: https://img.shields.io/badge/Minecraft%20Forge-v10.13.4.1614-green.svg "Minecraft Forge v10.13.4.1614"
[mc]: https://img.shields.io/badge/Minecraft-v1.7.10-green.svg "Minecraft 1.7.10" [mc]: https://img.shields.io/badge/Minecraft-v1.7.10-green.svg "Minecraft 1.7.10"
[java]: https://img.shields.io/badge/Java%20JDK-v1.8-blue.svg "Java JDK 8" [java]: https://img.shields.io/badge/Java%20JDK-v1.8-blue.svg "Java JDK 8"
[spigot]: https://img.shields.io/badge/Spigot-v1.7.10--R0.1--SNAPSHOT-lightgrey.svg "Spigot R0.1 Snapshot" [spigot]: https://img.shields.io/badge/Spigot-v1.7.10--R0.1--SNAPSHOT-lightgrey.svg "Spigot R0.1 Snapshot"

Loading…
Cancel
Save