README.md updated

added git commands to ensure dddvb submodule is on the right branch (and
not just on a detached HEAD)
This commit is contained in:
mvoelkel 2015-09-07 16:57:15 +02:00
parent 062c741f06
commit aee8253906
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ On Debian/Ubuntu:
>git clone -b internal https://github.com/DigitalDevices/internal_octonet.git <your directory>
>cd <your directory>
>git submodule update --init --remote
>cd dddvb
>git checkout internal
>cd ..
>sh mk.patch
```