aboutsummaryrefslogtreecommitdiff
path: root/docs_src/installation.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-18 17:29:55 +0200
committerHampusM <hampus@hampusmat.com>2021-08-18 17:29:55 +0200
commitd1a1b7dc947063aef5f8375a6a1e03246b272c84 (patch)
treef5cb9bd6d4b5463d9d022026ac6fea87cb6ebe02 /docs_src/installation.md
parent6ed078de30a7bf35deace728857d1d293d59eb15 (diff)
Implemented caching for certain API endpoints, Added documentation & made backend-fixes
Diffstat (limited to 'docs_src/installation.md')
-rw-r--r--docs_src/installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs_src/installation.md b/docs_src/installation.md
index f19c4e0..9753c85 100644
--- a/docs_src/installation.md
+++ b/docs_src/installation.md
@@ -39,6 +39,8 @@ The final step is to create a file called `settings.json` with the following con
}
```
+You can find more in-depth information about configuring Githermit in [configuring](/docs_src/configuring.md).
+
## Starting
You can now run Githermit with
`$ yarn start` \ No newline at end of file