diff options
author | Andreas Kling <kling@serenityos.org> | 2021-04-11 10:52:25 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-11 10:52:25 +0200 |
commit | 251018676f47fb34944b1ac195a084573e960656 (patch) | |
tree | 7ded12c27c07cad93b46d84acf0ce95644733cf4 /Meta/Lagom/Fuzzers | |
parent | 698c38959dc483d4bb1fc7f85bf9b7887ae8b92c (diff) | |
download | serenity-251018676f47fb34944b1ac195a084573e960656.zip |
Everywhere: Update references from ReadMe.md => README.md
Diffstat (limited to 'Meta/Lagom/Fuzzers')
-rw-r--r-- | Meta/Lagom/Fuzzers/FuzzilliJsInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Lagom/Fuzzers/FuzzilliJsInstructions.md b/Meta/Lagom/Fuzzers/FuzzilliJsInstructions.md index 1f0ae78488..ac6091e41e 100644 --- a/Meta/Lagom/Fuzzers/FuzzilliJsInstructions.md +++ b/Meta/Lagom/Fuzzers/FuzzilliJsInstructions.md @@ -2,7 +2,7 @@ 1. Download a copy of the Fuzzilli repo from https://github.com/googleprojectzero/fuzzilli 2. Install Swift and make sure it's in your path environment variable. -3. Build FuzzilliJs as you would the other fuzzers. [See README.md in the parent folder.](https://github.com/SerenityOS/serenity/blob/master/Meta/Lagom/ReadMe.md) +3. Build FuzzilliJs as you would the other fuzzers. [See README.md in the parent folder.](https://github.com/SerenityOS/serenity/blob/master/Meta/Lagom/README.md) 4. Apply the add-serenity-support-to-fuzzilli.patch patch file to the Fuzzilli root directory. ```patch -p1 < /path/to/add-serenity-support-to-fuzzilli.patch``` 5. Build Fuzzilli with ```swift build -c release``` 6. Run Fuzzilli with ```swift run -c release FuzzilliCli --profile=serenity /path/to/FuzzilliJs```. See ```swift run FuzzilliCli --help``` for options. |