|
@@ -1,11 +1,17 @@
|
|
|
-## Clientplugin - browser add-on/extension for SuperGlue
|
|
|
-### [Documentation](http://git.superglue.it/superglue/documentation/wikis/home)
|
|
|
-
|
|
|
+# Editor - the browser add-on for Superglue
|
|
|
|
|
|
-Take a look a [SuperGlue project summary](http://git.superglue.it/superglue/documentation/wikis/home) to learn more about the project.
|
|
|
|
|
|
+## Getting started
|
|
|
|
|
|
-http://superglue.it
|
|
|
+To build SuperGlue clients, go to the root directory of this repo, and execute
|
|
|
|
|
|
+```
|
|
|
+./glueIt
|
|
|
+```
|
|
|
|
|
|
-To build SuperGlue clients, go to the root directory of this repo, and execute ./glueIt
|
|
|
+
|
|
|
+## Credits and License
|
|
|
+
|
|
|
+This software was originally written by Joscha Jäger and Michael Zeder.
|
|
|
+
|
|
|
+It is licensed under GPL 3 - see file ./license
|