Better formatting of protodocs

This commit is contained in:
Michael Barz
2020-03-26 22:23:16 +01:00
parent b0a89936b6
commit 5841cd7b6f
3 changed files with 67 additions and 152 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ geekdocFilePath: building.md
As this project is built with Go, so you need to install that first. The installation of Go is out of the scope of this document, please follow the official documentation for [Go](https://golang.org/doc/install), to build this project you have to install Go >= v1.12. After the installation of the required tools you need to get the sources:
{{< highlight txt >}}
git clone https://github.com/owncloud/{{ Name }}.git
git clone https://github.com/owncloud/ocis-thubnails.git
cd {{ Name }}
{{< / highlight >}}