diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-16 22:00:35 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-16 22:00:35 -0400 |
commit | 6f34ba59cb7a14218ace3ceea7d060aeec150a1a (patch) | |
tree | ea18ab8bbb7b14be65e0c25638067351f3367f11 /docs/index.md | |
parent | 4739e2813706e5b75a6794d84b23e78e84300c91 (diff) | |
download | kutter-6f34ba59cb7a14218ace3ceea7d060aeec150a1a.tar.gz kutter-6f34ba59cb7a14218ace3ceea7d060aeec150a1a.tar.xz kutter-6f34ba59cb7a14218ace3ceea7d060aeec150a1a.zip |
docs: Add an index page for the www.klipper3d.org website
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..da065701 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,12 @@ +Welcome to the Klipper project! + +Klipper is a 3d-Printer firmware. It combines the power of a general +purpose computer with one or more micro-controllers. See the +[features](Features.md) document for more information on why you +should use Klipper. + +To begin using Klipper start by [installing](Installation.md) it. + +Klipper is Free Software. Read the [documentation](Overview.md) or +view +[the Klipper code on github](https://github.com/KevinOConnor/klipper). |