Skip to content

Commit 3fde475

Browse files
authored
Merge pull request #48 from PeterKietzmann/pr_frontpage_minor
README: minor enhancement on front page
2 parents 1788638 + 931cbdd commit 3fde475

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ For links go to [https://github.com/RIOT-OS/Tutorials](https://github.com/RIOT-O
1010
* Install latest [VirtualBox](https://www.virtualbox.org/wiki/Downloads) & [VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads) for **your system**
1111
* Install [Vagrant](https://www.vagrantup.com/downloads.html)
1212
* Linux, OSX:
13-
* `git clone --recursive https://github.com/RIOT-OS/Tutorials`
13+
```Shell
14+
git clone --recursive https://github.com/RIOT-OS/Tutorials
15+
cd Tutorials
16+
```
1417
* Windows:
1518
* set `git config --global core.autocrlf input` before cloning
1619
* clone the `Tutorials` and the `RIOT` submodule as follows:
@@ -65,6 +68,10 @@ Make sure your user is a member of the usergroup `vboxusers`. On Linux you can a
6568

6669
`usermod -a -G vboxusers $USER`.
6770

71+
You can check the groups of your user with
72+
73+
`groups`.
74+
6875
Note that you need to log out once to reload a Linux user's group assignments
6976
7077
## License

0 commit comments

Comments
 (0)