Add edit docs link

This commit is contained in:
Michael Barz
2020-03-02 21:36:28 +01:00
parent d6e70ea441
commit 515ad1cfe0
6 changed files with 23 additions and 9 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
---
title: "Building"
date: 2018-05-02T00:00:00+00:00
weight: 20
weight: 30
geekdocRepo: https://github.com/owncloud/ocis-accounts
geekdocEditPath: edit/master/docs
geekdocFilePath: building.md
---
{{< toc >}}
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.13. After the installation of the required tools you need to get the sources:
{{< highlight txt >}}