Skip to content

Commit 2b01b1f

Browse files
Fixed README indents
Signed-off-by: black.dragon74 <[email protected]>
1 parent 0b7573f commit 2b01b1f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ reenumerate -v 0x0b05,0x1869
2828
```
2929

3030
<details>
31-
<summary>Build sign and install by yourself</summary>
31+
<summary>Build sign and install by yourself</summary>
3232

33-
In order to build and use this driver, make sure your SIP is disabled and you have a free Apple developer account along with Xcode.
33+
In order to build and use this driver, make sure your SIP is disabled and you have a free Apple developer account along with Xcode.
3434

35-
Then, you need to change the `codesign.sh` file to reflect your own developer identity. Follow the steps below to find and update your developer identity.
35+
Then, you need to change the `codesign.sh` file to reflect your own developer identity. Follow the steps below to find and update your developer identity.
3636

37-
```sh
38-
# Find the code signing identity
39-
security find-identity -p codesigning -v
40-
```
37+
```sh
38+
# Find the code signing identity
39+
security find-identity -p codesigning -v
40+
```
4141

42-
Copy the identity you get and then open the `codesign.sh` file. Replace the existing identity with the new one.
42+
Copy the identity you get and then open the `codesign.sh` file. Replace the existing identity with the new one.
4343

44-
Now we need to enable DriverKit development mode. Run `systemextensionsctl developer on` in Terminal.
44+
Now we need to enable DriverKit development mode. Run `systemextensionsctl developer on` in Terminal.
4545

46-
Now run the following commands in Terminal to build and install.
46+
Now run the following commands in Terminal to build and install.
4747

48-
```sh
49-
make
50-
make install
51-
```
48+
```sh
49+
make
50+
make install
51+
```
5252

5353
</details>
5454

0 commit comments

Comments
 (0)