Skip to content

Commit

Permalink
docs: fix manual build instruction in README (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
retroruiner authored Oct 9, 2023
2 parents e988e2b + ffb060c commit 0ac9376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ cd eupf
#### Step 3: Run the code generators

```bash
go generate -v ./cmd/eupf
go generate -v ./cmd/...
```

#### Step 4: Build eUPF

```bash
go build -v -o bin/eupf ./cmd/eupf
go build -v -o bin/eupf ./cmd/
```
#### Step 5: Run the application

Expand Down

0 comments on commit 0ac9376

Please sign in to comment.