Skip to content

Commit

Permalink
README: Add documentation on downloading RIOT
Browse files Browse the repository at this point in the history
Signed-off-by: Martine Lenders <m.lenders@fu-berlin.de>
  • Loading branch information
miri64 committed May 4, 2021
1 parent 3cb3b5a commit 8f60f29
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,30 @@ but not limited to:
* Sigfox
* 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
* You want to start the RIOT? Just follow our
Expand Down

0 comments on commit 8f60f29

Please sign in to comment.