From 87c1e1a4a87365f375e1ae815a07e40468e58291 Mon Sep 17 00:00:00 2001 From: Saumya Bhatnagar Date: Sun, 3 Jun 2018 12:33:53 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 755f02c..c664608 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,20 @@ $ git clone https://github.com/Sam1301/Lite.git ``` ### Run -Run the following command: +Run the following commands: ```bash -$ cd Lite && ./lite +$ cd Lite && make +``` + +```bash +$ ./Lite filename +``` + +To create a new file run the following command instead: + +```bash +$ ./Lite ``` ## How to Use @@ -46,4 +56,4 @@ You can report the bugs at the [issue tracker](https://github.com/Sam1301/Lite/i * [Kilo](https://github.com/antirez/kilo) written by [Salvatore Sanfilippo](https://github.com/antirez/kilo) * [ANSI_escape_code wiki](https://en.wikipedia.org/wiki/ANSI_escape_code) -* [VT100 user guide](https://vt100.net/docs/vt100-ug/chapter3.html) \ No newline at end of file +* [VT100 user guide](https://vt100.net/docs/vt100-ug/chapter3.html)