From 1d02129b60667a26919bd91c8a28f92628de20a0 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 1 Jan 2014 22:50:29 -0800 Subject: [PATCH] Added hook to basic compile/install instructions --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1868e18..5e5fcce 100644 --- a/Home.md +++ b/Home.md @@ -30,4 +30,8 @@ Modules which will (at the moment) **NOT** be covered in micropython are: * dbm * sqlite3 * threading -* multiprocessing \ No newline at end of file +* multiprocessing + +### I want to try using micropython now! + +If you have a machine that runs some flavor of Unix, see the [[Getting-Started]] instructions on how to obtain the binary to run micropython and start developing. \ No newline at end of file