Skip to content

Commit

Permalink
Land #704, Add clean step to Java documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed May 22, 2024
2 parents 962ff31 + 74a770e commit 85ed7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ cd working_directory
docker run --rm -it -w $(pwd) -v $(pwd):$(pwd) rapid7/msf-ubuntu-x64-meterpreter:latest /bin/bash
cd metasploit-payloads/java
# Optional: You may need to run a clean if you are having compilation issues
make clean
make android
```

Expand Down

0 comments on commit 85ed7e1

Please sign in to comment.