From 01523379d130eef6014b47e2556ce04f108b7704 Mon Sep 17 00:00:00 2001 From: BK Date: Tue, 20 Feb 2024 15:14:21 -0800 Subject: [PATCH] fix `cd macvdmtool` command snippet --- content/posts/macvdmtool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/macvdmtool.md b/content/posts/macvdmtool.md index f5236d4..697ea30 100644 --- a/content/posts/macvdmtool.md +++ b/content/posts/macvdmtool.md @@ -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.