Implemented run command
This commit is contained in:
parent
0b4b3343c4
commit
c139dced9e
7 changed files with 95 additions and 19 deletions
|
@ -17,11 +17,10 @@ go build
|
|||
|
||||
## Usage
|
||||
|
||||
Build a Linux x86-64 ELF executable from `examples/hello`:
|
||||
Build a Linux x86-64 ELF executable from `examples/hello` and run it:
|
||||
|
||||
```shell
|
||||
./q build examples/hello
|
||||
./examples/hello/hello
|
||||
./q run examples/hello
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue