Skip to content

Commit 8970264

Browse files
docs: further anonymization
1 parent 6bfdadc commit 8970264

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mpatch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ To install `mpatch`, you require an up-to-date installation of the rust toolchai
55

66
## Usage
77
### As a CLI tool
8-
You can install `mpatch` locally by cloning the git repo, installing Rust, and calling `cargo install --path .` in the root of the repository. Afterwards, you can call `mpatch --help` to get usage instructions.
8+
You can install `mpatch` locally by calling `cargo install --path .` in the root of the `mpatch` directory. Afterwards, you can call `mpatch --help` to get usage instructions.
99

1010
### As a library
11-
You can use `mpatch` as a library in your own Rust projects. You can read the documentation by calling `cargo doc --open` in the root directory of the repository.
11+
You can also use `mpatch` as a library in your own Rust projects. You can read the documentation by calling `cargo doc --open` in the root directory of the repository.
1212

1313

src/main/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pwm_eval"
33
version = "0.1.0"
44
description = "Result analysis scripts for patching with matching"
5-
authors = ["Alexander Schultheiß <[email protected]>"]
5+
authors = ["anonymous"]
66
packages = [
77
{ include = "result_analysis", from = "." }
88
]

0 commit comments

Comments
 (0)