Merge pull request #17 from nextcloud/fix_path_optim

Make the submodule one command
Esse commit está contido em:
Roeland Jago Douma
2016-09-03 11:53:42 +02:00
commit de GitHub
+1 -4
Ver Arquivo
@@ -7,10 +7,7 @@ Based on https://github.com/owncloud/client/blob/master/doc/building.rst
Run:
```bash
git submodule update --init
cd client
git submodule update --init
cd ...
git submodule update --init --recursive
```
## Building on Linux