From 4b7371f8a9de91fa353cfef197289f35a73e19bb Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Thu, 13 Jun 2019 08:08:00 +0200 Subject: [PATCH] update building docs --- doc/building.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/building.md b/doc/building.md index d4eab4f..634359a 100644 --- a/doc/building.md +++ b/doc/building.md @@ -11,9 +11,6 @@ Ubuntu install: https://github.com/golang/go/wiki/Ubuntu ## Compile - -Working directory: */server* - ```bash # generate the static web files go generate @@ -25,4 +22,3 @@ go build go test ./... ``` -