Skip to content

Commit 0ef9875

Browse files
committed
Update documentation formatting and fix broken link to sample krb5.conf
1 parent 363a13e commit 0ef9875

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Documentation
2-
31
## Quick Links
42

5-
- [Usage Guide](./usage.md)
6-
- [Installation Guide](./install.md)
3+
- **[Usage Guide](./usage.md)**
4+
- **[Installation Guide](./install.md)**
75
- [Knowledge Base](./knowledgebase.md)
86
- [Development Guide](./development.md)
97
- [Release Guide](./release.md)

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ evil-winrm-py -i <IP> -u <USERNAME> -p <PASSWORD> --kerberos
2424

2525
If you already have a Kerberos ticket (e.g., from `kinit`), you can use it directly without providing a password.
2626

27-
Specify the `KRB5CCNAME` and `KRB5_CONFIG` environment variables to point to your Kerberos ticket cache and configuration file, respectively. Sample `krb5.conf` file can be found [here](sample/krb5.conf).
27+
Specify the `KRB5CCNAME` and `KRB5_CONFIG` environment variables to point to your Kerberos ticket cache and configuration file, respectively. Sample `krb5.conf` file can be found [here](https://github.com/adityatelange/evil-winrm-py/blob/main/docs/sample/krb5.conf).
2828

2929
```bash
3030
export KRB5CCNAME=/path/to/your/krb5cc_file

0 commit comments

Comments
 (0)