Skip to content

Commit

Permalink
fix: correct makebb package path
Browse files Browse the repository at this point in the history
Signed-off-by: leongross <[email protected]>
  • Loading branch information
leongross authored and hugelgupf committed Mar 5, 2024
1 parent 7e6217d commit d8fbaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ determine which command is being called.
An example:

```bash
go install github.com/u-root/gobusybox/cmd/makebb@latest
go install github.com/u-root/gobusybox/src/cmd/makebb@latest

git clone github.com/u-root/u-root
cd u-root
Expand Down

0 comments on commit d8fbaca

Please sign in to comment.