File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A deobfuscator for java
2222## ✅ How to run deobfuscator
2323If 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
26262 . Place your obfuscated jar inside the root project directory. For example in ` work/obf-test.jar `
27273 . Navigate to class [ ` Bootstrap.java ` ] ( ./deobfuscator-impl/src/test/java/Bootstrap.java )
28284 . 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
You can’t perform that action at this time.
0 commit comments