doc: README.md: push mentioning of Go down to developer docs.

This commit is contained in:
Christian Schwarz 2018-05-22 17:39:06 +02:00
parent e6426db8da
commit c7f0f779b1

View File

@ -1,5 +1,5 @@
# zrepl
zrepl is a ZFS filesystem backup & replication solution written in Go.
zrepl is a one-stop ZFS backup & replication solution.
## User Documentation
@ -32,7 +32,10 @@ Check out the *Coding Workflow* section below for details.
## Developer Documentation
First, use `./lazy.sh devsetup` to install build dependencies and read `docs/installation.rst -> Compiling from Source`.
zrepl is written in [Go](https://golang.org) and uses [`dep`](https://github.com/golang/dep) to manage dependencies.
The documentation is written in [ReStructured Text](http://docutils.sourceforge.net/rst.html) using the [Sphinx](https://www.sphinx-doc.org) framework.
To get started, run `./lazy.sh devsetup` to easily install build dependencies and read `docs/installation.rst -> Compiling from Source`.
### Overall Architecture