Update README.md

This commit is contained in:
Saumya Bhatnagar 2018-06-03 12:33:53 +05:30 committed by GitHub
parent b3d1f7aee5
commit 87c1e1a4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions

View File

@ -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)
* [VT100 user guide](https://vt100.net/docs/vt100-ug/chapter3.html)