Skip to content

Commit

Permalink
fix cd macvdmtool command snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
discentem authored Feb 20, 2024
1 parent a01b82e commit 0152337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/macvdmtool.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It is a tool written by [marcan](https://github.com/marcan) under the [AsahiLinu
```
1. Change into the macvdmtool directory and compile the tool
```shell
macvdmtool && make
cd macvdmtool && make
cc -o macvdmtool main.o -framework CoreFoundation -framework IOKit -lc++
```
1. Copy macvdmtool to path.
Expand Down

0 comments on commit 0152337

Please sign in to comment.