summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 43b4804..aece7e3 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,13 @@
Jet: a remote text editor
==================
-Now that I think about it... Arte would be a good name for this.
+This project aims to be a daemon that can be accessed remotely to edit files.
# disclaimer
This project is not even in alpha so everything is subject to change at any moment.
+*For now only a linux build is available.*
+
# dependencies
- ncurses
@@ -21,7 +23,7 @@ path_to_project/jet #server
- on other terminal execute:
-path_to_project/jet2 #client
+path_to_project/jetc #client
# key bindings
Current key bindings work kinda like vim.
@@ -30,5 +32,3 @@ Current key bindings work kinda like vim.
- l: move right
- i: enter insert mode
- C-g: on insert mode it exits to normal mode, on normal mode it exits the client
-
-For now only a linux build is available.