Added build command
This commit is contained in:
14
README.md
14
README.md
@ -2,6 +2,12 @@
|
||||
|
||||
A simple programming language.
|
||||
|
||||
## Features
|
||||
|
||||
* Fast compilation
|
||||
* High performance
|
||||
* Small binaries
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
@ -10,11 +16,11 @@ cd q
|
||||
go build
|
||||
```
|
||||
|
||||
## Features
|
||||
## Usage
|
||||
|
||||
* Fast compilation
|
||||
* High performance
|
||||
* Small binaries
|
||||
```shell
|
||||
q build
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user