From dc2d5886759085ab6255ca3cb6622398bdbe7d22 Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Thu, 8 Oct 2020 21:48:55 -0400 Subject: [PATCH] Fixed tutorial issues --- README.md | 4 +++- getting-started.md | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8320462..913113c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ A modified version of The Prestige Tree that is much easier to mod. It still requires programming knowledge, but it's mostly pretty easy things and copy/pasting. -You can look in the [documentation](docs/!general-info.md) for more information on how it all works, or look at the code in layers.js and sampleLayers.js to see what it all looks like. \ No newline at end of file +[Look here for a tutorial on getting started with modding with TMT](docs/getting-started.md) + +You can look in the [documentation](docs/!general-info.md) for more information on how it all works, or look at the code in layers.js to see what it all looks like. \ No newline at end of file diff --git a/getting-started.md b/getting-started.md index 3651b88..a3f5e0d 100644 --- a/getting-started.md +++ b/getting-started.md @@ -53,4 +53,8 @@ The benefits of using Github: 7. Finally, at the top middle, click "push origin" to push your changes out onto the online repository. 8. You can view your project on line, or share it with others, by going to -https://raw.githack.com/Katakana1/[YOUR-GITHUB-USERNAME]/master/index.html \ No newline at end of file +https://raw.githack.com/[YOUR-GITHUB-USERNAME]/The-Modding-Tree/master/index.html + + +And now, you have successfully used Github! You can look at the [documentation](!general-info.md) to +see how The Modding Tree's system works and to make your mod a reality. \ No newline at end of file