summaryrefslogtreecommitdiff
path: root/ReadMe.md
diff options
context:
space:
mode:
authoryuanchen <59487andy@gmail.com>2019-10-19 04:52:21 +0800
committerAndreas Kling <awesomekling@gmail.com>2019-10-18 22:52:21 +0200
commit76e2c08fbfd96fc83b84ba54f0701cf8b15cf64a (patch)
tree906c20ba61daa0d9715a06dbc280349efa33dc83 /ReadMe.md
parent07cbe2daa4fa7fa0e4d8272067a4d26a9b6c4f8a (diff)
downloadserenity-76e2c08fbfd96fc83b84ba54f0701cf8b15cf64a.zip
Meta: Fix some typos in ReadMe.md (#671)
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/ReadMe.md b/ReadMe.md
index bda96fbe61..939de5bd6f 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -80,9 +80,9 @@ 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**.
-You can vastly reduce the build time of successive rebuilds of Serenity by installing `ccache` and `export`ing ```PRE_CXX=ccache```
+You can vastly reduce the build time of successive rebuilds of Serenity by installing `ccache` and `export`ing ```PRE_CXX=ccache```
-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)
+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.
@@ -92,7 +92,7 @@ SerenityOS can also be built and run under WSL Version 2. WSL Version 1 is not s
WSL Version 2 is currently only available for Insider Builds of Windows which are more unstable and prone to crashes. Therefore, running SerenityOS on WSL Version 2 and running Insider Builds, in general, is not recommended on production systems.
-Nevertheless, here is a guide on how to [get an Insider Build](https://insider.windows.com/en-us/how-to-pc/) and how to [get WSL2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install). The installation then procedes as usual.
+Nevertheless, here is a guide on how to [get an Insider Build](https://insider.windows.com/en-us/how-to-pc/) and how to [get WSL2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install). The installation then proceeds as usual.
WSL2 does not natively support graphical applications. This means that to actually **./run** SerenityOS, you need an X Server for windows. [Vcxsrv](https://sourceforge.net/projects/vcxsrv/) is a good option. When you start up Vcxsrv, make sure to set the Display number to 0, and to Disable access control. Before actually doing **./run**, you need to set the DISPLAY environmental variable as such:
@@ -122,4 +122,3 @@ Come chat in `#serenityos` on the Freenode IRC network.
## License
Serenity is licensed under a 2-clause BSD license.
-