Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ KeyWatch/
└── integration_tests.rs // Integration tests for end-to-end functionality.
```

# <<<<<<< Updated upstream

The relationships between key modules are illustrated below:

```mermaid
Expand Down Expand Up @@ -134,14 +132,11 @@ You can install KeyWatch globally so it is available from any command prompt:
```ps1
Copy-Item -Path "key-watch.exe" -Destination "C:\Program Files\KeyWatch\key-watch.exe"
```

> [!TIP]
> You can also add the `–Force` parameter if you want to overwrite the destination file without any prompts

You can also add the `–Force` parameter if you want to overwrite the destination file without any prompts

3. Alternatively, you can add `%USERPROFILE%\.cargo\bin` to your system `PATH` if it’s not already included. This is where Cargo installs binaries by default.

> > > > > > > Stashed changes

## Usage

### Scanning Files and Directories
Expand Down Expand Up @@ -213,8 +208,8 @@ Integrate KeyWatch into your development workflow by setting it up as a pre-comm
pip install pre-commit
```

> [!NOTE]
> Make sure that you have the `pre-commit` binary in your PATH.
> [!NOTE]
> Make sure that you have the `pre-commit` binary in your PATH.

2. **Create the Hook Script:**

Expand Down
Loading