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