Add a table of content for unix-based installation and a header-stub to add information for microcontrollers later

master
Torwag 2014-01-12 03:07:12 -08:00
rodzic 4929126658
commit e1b72124c1
1 zmienionych plików z 11 dodań i 1 usunięć

@ -1,6 +1,13 @@
Getting started with micropython development requires first building the appropriate binaries for your platform.
## UNIX
* [DEB-based systems](https://github.com/micropython/micropython/wiki/Getting-Started#debian-ubuntu-mint-and-variants)
* [FreeBSD-based systems](https://github.com/micropython/micropython/wiki/Getting-Started#freebsd)
* [RPM-based systems](https://github.com/micropython/micropython/wiki/Getting-Started#fedora-centos-and-red-hat-enterprise-linux-and-variants)
* [Pacman-based systems](https://github.com/micropython/micropython/wiki/Getting-Started#archlinux)
* [Gentoo-based systems](https://github.com/micropython/micropython/wiki/Getting-Started#gentoo-linux)
* [Mac systems](https://github.com/micropython/micropython/wiki/Getting-Started#mac-osx)
### Debian, Ubuntu, Mint, and variants
@ -110,4 +117,7 @@ At that point, you will have a functioning micropython executable, which may be
OSX is only supported on the osx branch. First do :
git checkout osx
git checkout osx
## Microcontrollers (Bare-Metal, without an OS)
### ARM-based microcontrollers