aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-12-20 22:22:54 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-12-20 22:31:46 -0500
commit18456f71f873ea3d48ac0d81b1382b0c749288d9 (patch)
treea6226194cd351e5e529aed8cee863a27e47eb839 /docs/Overview.md
parent1d841eeb876082d9efbf2fa7f04bccc259f40ef9 (diff)
downloadkutter-18456f71f873ea3d48ac0d81b1382b0c749288d9.tar.gz
kutter-18456f71f873ea3d48ac0d81b1382b0c749288d9.tar.xz
kutter-18456f71f873ea3d48ac0d81b1382b0c749288d9.zip
docs: Add a features document
Add a document describing some high-level features in Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index 6c7a9458..73342a50 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -1,5 +1,6 @@
See [installation](Installation.md) for information on compiling,
-installing, and running Klipper.
+installing, and running Klipper. Read [features](Features.md) for a
+high-level description of useful capabilities.
See [code overview](Code_Overview.md) for developer information on the
structure and layout of the Klipper code.