Skip to content

Commit 82b9006

Browse files
small quickstart update
1 parent 502b1ef commit 82b9006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/QuickStart.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
This is a short introduction to developing an application that can be run by the Orca runtime. We'll present the basic structure of an Orca application, and walk through a simple example in C.
1111

12+
Please make sure your system fulfills the requirements outlined in the [Readme](./Readme.md).
13+
1214
## What is an Orca app?
1315

1416
An Orca app is a WebAssembly module designed for the Orca runtime. Your app interacts with the Orca runtime via WebAssembly imports and exports. For example, you can import functions from the Orca runtime to get user input, and export functions to the Orca runtime to draw to the screen.

0 commit comments

Comments
 (0)