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)