summaryrefslogtreecommitdiff
path: root/ReadMe.md
diff options
context:
space:
mode:
authorDan MacDonald <allcoms@gmail.com>2019-09-24 01:00:44 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-09-24 08:57:19 +0200
commitb08b2e116b5e4f54b18ed0815f3ba7dc4bccc250 (patch)
treeeb0bd93a46f3611c1f78bb9473c6fc5d243d8bb2 /ReadMe.md
parent18249b599634be4162b4ddbb32f002c75ee07060 (diff)
downloadserenity-b08b2e116b5e4f54b18ed0815f3ba7dc4bccc250.zip
Meta: Add link to INSTALL.md in the ReadMe
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 049751c1af..7a35dba99a 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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