From bdc4dc01befc0554f1773fc87884b5b6f6e69405 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20K=C3=BChn?=
Date: Wed, 22 Aug 2018 23:51:55 +0200
Subject: [PATCH] add installation and very basic setup information to readme
---
README.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/README.md b/README.md
index f47a638b..77c0273a 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,34 @@ A rich-text editor for Vue.js
+## Installation
+```
+npm install tiptap
+```
+
+## Setup
+```vue
+
+
+
+
+
+
+
+
+```
+
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.