From 24e3034ef6cd7c9ceb271a2481054a6e70a346e1 Mon Sep 17 00:00:00 2001 From: Joshua Zenn Date: Thu, 6 Aug 2015 09:22:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d91158e..a907270 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Open *~/src/main.ino*. Go ahead and deploy it to your Arduino. If you encounter Now take your SD/microSD card and format it to FAT32. Then copy everything ***IN*** the *~/boot* folder to the card. Now you may add your own code files in the root of the SD card (see the documentation on how to name your files). Due to a limitation of the SDFAT library, your file names must conform to the 8.3 standard. This means that the name of the file may only be 8 characters long, and the extension may only be 3 characters long. +Lastly, create a file at the root of the card called *lang.oct* and inside of it, put `pb`. This tells Octoduino to use the ParseBasic interpreter (the only one available right now). + Now you get to run your program. Insert your SD card into your shield, then attach it to your Arduino. Make sure you have a serial console open and it is set to your Arduinos COM/tty port. Apply power and you should see your program execute. If you hit a bug, be sure to file an issue on GitHub with your system details. ## Contributing