diff --git a/README.md b/README.md
index e3e0468a..4b285c71 100644
--- a/README.md
+++ b/README.md
@@ -70,14 +70,15 @@ The only real limiting factor should be ram, as about 70k (usable under circuitp
## Installation / Updating
-Installation from windows is **supported** through WSL.
+Installation from windows using scripts is only **supported** through WSL.
Though, if you are windows user, this project **really** isn't for you.
+Linux and MacOS will work much better.
1) Install a supported CircuitPython version onto the board.
Detailed instructions regarding CircuitPython can be found [here](https://learn.adafruit.com/welcome-to-circuitpython).
2) Download the latest Beryllium OS release for your board and extract it onto it.
- Or even better, if you wish to use the latest and greatest, clone this repository and from within the "source" folder, run make install
with your board mounted.
- DO NOT run with -j
!!!
+ If your board has no stable release just yet, or you wish to use the latest and greatest, clone this repository and from within the "source" folder, run make install
with your board mounted.
+ DO NOT run with -j
!!! GNU/Make is assumed to be installed.
This command will automatically update the system files if they already exist.
To only update the core files, run make kernel
instead.
If you only want to update the board extras, like drivers and packages, run make extras
instead.