Skip to content

Commit

Permalink
Fixed instruction in Readme in Build and Run manual
Browse files Browse the repository at this point in the history
  • Loading branch information
retroruiner authored Oct 9, 2023
1 parent e988e2b commit ffb060c
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 ffb060c

Please sign in to comment.