mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Meta: Fix broken external links
Meta/Lagom/ReadMe.md never had any other name; not sure how that typo happened. The link to the non-existent directory is especially vexing because the text goes on to explain that we don't want such a directory to exist. Found by running markdown-checker, and 'wget'ing all external links.
This commit is contained in:
parent
8ff942b5a4
commit
c06a0bae04
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue