We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cb927 commit 03a4e51Copy full SHA for 03a4e51
1 file changed
README.md
@@ -11,16 +11,16 @@
11
+ CMake
12
- Clone this repo
13
```
14
- git clone https://github.com/woa-msmnile/DualBootKernelPacther
+ git clone https://github.com/woa-msmnile/DualBootKernelPacther
15
16
- Setup CMake.
17
18
- cd DualBootKernelPacther
19
- cmake -B output -S .
+ cd DualBootKernelPacther
+ cmake -B output -S .
20
21
- Build !
22
23
- cmake --build output -j 12
+ cmake --build output -j 12
24
25
## Usage
26
- Common usage.
0 commit comments