Skip to content

Commit d6d8756

Browse files
committed
add note to run cmd ad administrator
1 parent 4d8f788 commit d6d8756

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A deobfuscator for java
2222
## ✅ How to run deobfuscator
2323
If you want to use this deobfuscator, you need to start it from your IDE manually.
2424

25-
1. (Windows) Run `git config --system core.longpaths true` to enable long paths support
25+
1. (Windows) Open cmd as administrator and run `git config --system core.longpaths true` to enable long paths support
2626
2. Place your obfuscated jar inside the root project directory. For example in `work/obf-test.jar`
2727
3. Navigate to class [`Bootstrap.java`](./deobfuscator-impl/src/test/java/Bootstrap.java)
2828
4. In this class edit the deobfuscator configuration
@@ -38,7 +38,8 @@ Contributions are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for a projec
3838
## Troubleshooting
3939

4040
### Git shows `Filename too long`
41-
You need to run `git config --system core.longpaths true`. This error is only shown for windows users.
41+
You need to open cmd as administrator and run `git config --system core.longpaths true`. This error is only shown for windows users.
42+
![img.png](assets/filename-too-long.png)
4243

4344
## Links
4445

assets/filename-too-long.png

18.1 KB
Loading

0 commit comments

Comments
 (0)