mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
README: Add documentation on downloading RIOT
Signed-off-by: Martine Lenders <m.lenders@fu-berlin.de>
This commit is contained in:
parent
3cb3b5ab85
commit
8f60f29975
24
README.md
24
README.md
@ -75,6 +75,30 @@ but not limited to:
|
|||||||
* Sigfox
|
* Sigfox
|
||||||
* LoRaWAN
|
* LoRaWAN
|
||||||
|
|
||||||
|
## GETTING RIOT
|
||||||
|
|
||||||
|
The most convenient way to get RIOT is to clone it via Git
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ git clone https://github.com/RIOT-OS/RIOT
|
||||||
|
```
|
||||||
|
|
||||||
|
this will ensure that you get all the newest features and bug fixes with the
|
||||||
|
caveat of an ever changing work environment.
|
||||||
|
|
||||||
|
If you prefer things more stable, you can download the source code of one of our
|
||||||
|
quarter annual releases [via Github][releases] as ZIP file or tarball. You can
|
||||||
|
also checkout a release in a cloned Git repository using
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ git pull --tags
|
||||||
|
$ git checkout <YYYY.MM>
|
||||||
|
```
|
||||||
|
|
||||||
|
For more details on our release cycle, check our [documentation][release cycle].
|
||||||
|
|
||||||
|
[releases]: https://github.com/RIOT-OS/RIOT/releases
|
||||||
|
[release cycle]: https://doc.riot-os.org/release-cycle.html
|
||||||
|
|
||||||
## GETTING STARTED
|
## GETTING STARTED
|
||||||
* You want to start the RIOT? Just follow our
|
* You want to start the RIOT? Just follow our
|
||||||
|
Loading…
Reference in New Issue
Block a user