You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,15 @@ cargo install cargo-edit
24
24
cargo add panic_halt
25
25
```
26
26
27
+
## Set Up Git Hooks
28
+
29
+
The ambi_mock_client repository makes use of several Git hooks to ensure that code quality standards are met and consistent. To automatically configure these hooks for your local workspace, you can run the following:
30
+
```bash
31
+
./scripts/create-git-hooks
32
+
```
33
+
34
+
This will create symlinks to the Git hooks, preserving any hooks that you may have already configured.
35
+
27
36
## Running
28
37
29
38
For a debug build
@@ -34,7 +43,7 @@ For a release build
34
43
```
35
44
cargo run --release
36
45
```
37
-
46
+
38
47
## Debugging
39
48
40
49
To debug you can use either `cargo run` which will try and launch a gdb session connecting to a local OpenOCD instance
0 commit comments