From c1d93b0bc5a2abcf5e7cadd17ef9db7f57a524fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Fri, 17 Jul 2020 16:21:20 -0300 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3