File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
6875Note that you need to log out once to reload a Linux user' s group assignments
6976
7077## License
You can’t perform that action at this time.
0 commit comments