docs: add instruction to execute binary directly
This commit is contained in:
parent
c02d8cda69
commit
20c9660c3a
@ -148,6 +148,12 @@ make run
|
|||||||
|
|
||||||
This command will compile and execute your Go application.
|
This command will compile and execute your Go application.
|
||||||
|
|
||||||
|
Or you can execute the compiled binary at `bin/legalgo` by:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./bin/legalgo
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Note:** Ensure that your `Makefile` is correctly set up to handle these commands. If not, you may need to create
|
**Note:** Ensure that your `Makefile` is correctly set up to handle these commands. If not, you may need to create
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user