Skip to content

Commit 176d671

Browse files
authored
Update and rename README to README.md
1 parent fa462bc commit 176d671

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README renamed to README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
# Introduction
2+
13
This repository will allow you compile pony programs using the esp-idf environment.
24

5+
# Requirements
6+
37
The esp-idf environment must already be installed. The "$IDF_PATH" must already be set.
48
Additionally some of the existing tools use docker. So it needs to be installed.
59

10+
11+
# Installation
12+
613
To install, simply execute the "install.sh" script. This script will do the following:
714

815
1) Modify the esp-idf makefiles to take into account pony source files.

0 commit comments

Comments
 (0)