summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-24 12:04:11 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-24 12:04:11 -0500
commit3d1123837c4c61b6d91693a9cabf3ab8db88a32c (patch)
tree72c211c4abfe7afec8086bc48a371f334b3dfed0
parent0ed5f3e98eb90d5c7fbdc1cdf726c139c46a9ecf (diff)
downloadSMAPI-3d1123837c4c61b6d91693a9cabf3ab8db88a32c.tar.gz
SMAPI-3d1123837c4c61b6d91693a9cabf3ab8db88a32c.tar.bz2
SMAPI-3d1123837c4c61b6d91693a9cabf3ab8db88a32c.zip
tweak readme
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index bd200b7a..1c36cd7e 100644
--- a/README.md
+++ b/README.md
@@ -5,20 +5,24 @@ It takes care of loading mods into the game context, and exposes events they can
with the game. It's safely installed alongside the game's executable, and doesn't change any of
your game files.
-## For players
+## Contents
+* [For players](#for-players)
+* [For mod developers](#for-mod-developers)
+* [For SMAPI developers](#for-smapi-developers)
+ * [Compiling from source](#compiling-from-source)
+ * [Debugging a local build](#debugging-a-local-build)
+ * [Preparing a release](#preparing-a-release)
+## For players
* [How to install SMAPI & use mods](http://canimod.com/guides/using-mods#installing-smapi)
-* [Support forums](http://community.playstarbound.com/threads/stardew-modding-api-0-40-1-1.108375/)
-* [Stardew Valley Discord](https://discord.gg/KCJHWhX) (chat with players and developers)
-
-If you need help, [ask in this forum thread](http://community.playstarbound.com/threads/stardew-modding-api-0-40-1-1.108375)
-or [come talk to us on Discord](https://discord.gg/KCJHWhX). Your question will be seen by more
-people who can help that way. (Please don't submit issues on GitHub for support questions.)
+* [Release notes](release-notes.md#release-notes)
+* Need help? Come [chat on Discord](https://discord.gg/KCJHWhX) or [post in the support forums](http://community.playstarbound.com/threads/smapi-stardew-modding-api.108375/).
+ _Please don't submit issues on GitHub for support questions._
## For mod developers
-
* [How to develop mods](http://canimod.com/guides/creating-a-smapi-mod)
-* [Release notes](release-notes.md)
+* [How to update mods](http://canimod.com/guides/updating-a-smapi-mod)
+* [Release notes](release-notes.md#release-notes)
* [SMAPI/Farmhand Discord](https://discordapp.com/invite/0t3fh2xhHVc6Vdyx) (chat with SMAPI developers)
## For SMAPI developers