mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
Meta: Add link to INSTALL.md in the ReadMe
This commit is contained in:
parent
18249b5996
commit
b08b2e116b
Notes:
sideshowbarker
2024-07-19 11:59:35 +09:00
Author: https://github.com/danboid Commit: https://github.com/SerenityOS/serenity/commit/b08b2e116b5 Pull-request: https://github.com/SerenityOS/serenity/pull/593
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ Once you've done both of those, go into the `Kernel/` directory, then run
|
|||
**./makeall.sh**, and if nothing breaks too much, take it for a spin by using
|
||||
**./run**.
|
||||
|
||||
Bare curious users may even consider sourcing suitable hardware to [install Serenity on a physical PC.](https://github.com/SerenityOS/serenity/blob/master/INSTALL.md)
|
||||
|
||||
Later on, when you `git pull` to get the latest changes, there's no need to rebuild the toolchain. You can simply rerun **./makeall.sh** in the `Kernel/` directory and you'll be good to **./run** again.
|
||||
|
||||
## Notes on WSL
|
||||
|
|
Loading…
Reference in a new issue