]> OzVa Git service - gn-editor/commitdiff
Readme
authorNil Gradisnik <nil@layer.com>
Sat, 6 Jan 2018 23:33:31 +0000 (15:33 -0800)
committerNil Gradisnik <nil@layer.com>
Sat, 6 Jan 2018 23:33:31 +0000 (15:33 -0800)
README.md

index 703bd64f5a11885b0e3ae610a3cd5f073492dab0..90992cf63671bc60bc974654deb7c08d30410956 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,12 +8,6 @@ There seem to be no simple, fast Markdown editors on Linux. Most of them are bui
 
 This project is inspired by [uberwriter](http://uberwriter.wolfvollprecht.de/).
 
-## Tools required
- - GTK UI: http://gtk-rs.org/
- - GtkSourceView multiline text editing: https://github.com/gtk-rs/sourceview
- - Markdown parser/renderer: https://github.com/kivikakk/comrak
- - WebKitGtk HTML preview: https://github.com/gtk-rs/webkit2gtk-rs
-
 ## Development
 
 Build:
@@ -23,7 +17,3 @@ Build:
 Run:
 
     ./target/debug/markdown-rs
-
-Test:
-
-    cargo test -- --test-threads=1