diff options
author | Dan MacDonald <allcoms@gmail.com> | 2019-09-24 01:00:44 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-24 08:57:19 +0200 |
commit | b08b2e116b5e4f54b18ed0815f3ba7dc4bccc250 (patch) | |
tree | eb0bd93a46f3611c1f78bb9473c6fc5d243d8bb2 /ReadMe.md | |
parent | 18249b599634be4162b4ddbb32f002c75ee07060 (diff) | |
download | serenity-b08b2e116b5e4f54b18ed0815f3ba7dc4bccc250.zip |
Meta: Add link to INSTALL.md in the ReadMe
Diffstat (limited to 'ReadMe.md')
-rw-r--r-- | ReadMe.md | 2 |
1 files changed, 2 insertions, 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 |