Implemented run command

This commit is contained in:
Eduard Urbach 2024-07-06 19:40:20 +02:00
parent 230bb36709
commit 6fc234c700
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
7 changed files with 95 additions and 19 deletions

View file

@ -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