Skip to content

Commit 82840c2

Browse files
Suggest to build binaries inside dist folder
Signed-off-by: federicobozzini <federico.bozzini@gmail.com>
1 parent c5a596c commit 82840c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ A simulator for the Linux remoteproc subsystem that creates a fake sysfs interfa
55
## Build
66

77
```bash
8-
go build ./cmd/remoteproc-simulator
8+
mkdir -p dist
9+
go build -o dist/remoteproc-simulator ./cmd/remoteproc-simulator
910
```
1011

1112
## Test
@@ -19,7 +20,7 @@ go test ./...
1920
Start the simulator daemon:
2021

2122
```bash
22-
./remoteproc-simulator --root-dir /tmp/fake-root --index 0 --name dsp0
23+
dist/remoteproc-simulator --root-dir /tmp/fake-root --index 0 --name dsp0
2324
```
2425

2526
Control the simulated remote processor via sysfs:

0 commit comments

Comments
 (0)