summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-26 11:44:11 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-26 11:44:11 +0200
commita5d33f95ba68263e6c0ca758c5b854530332d9ae (patch)
tree798d1ac821262e00e4e44592e788637cd8fa41ab /docs/src/gettingstarted/README.md
parentef70ea3c783be09501053469c5b4b5bb51ef2df2 (diff)
Docs: Add more info about debugging (logging and FSM)
Diffstat (limited to 'docs/src/gettingstarted/README.md')
-rw-r--r--docs/src/gettingstarted/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/gettingstarted/README.md b/docs/src/gettingstarted/README.md
index 152d491..7c7912d 100644
--- a/docs/src/gettingstarted/README.md
+++ b/docs/src/gettingstarted/README.md
@@ -1,2 +1,4 @@
# Getting Started
-This chapter contains the steps to get started with the Go library. You will learn how to build the library, what the structure of the library is and how to test the code.
+This chapter contains the steps to get started with the Go library. You will learn how to build the library, how to run the test suite and how to debug possible errors.
+
+The documentation on how to use this library will be given in the next chapter: [API](../api/index.html).