From 6d010e119d57f275ee74dfd2d5178181573d3fae Mon Sep 17 00:00:00 2001 From: Lesterpig <git@lesterpig.com> Date: Wed, 18 Nov 2015 20:55:47 +0100 Subject: [PATCH] Update README to add workspace configuration --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c44b81d..5437b5b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,18 @@ DFSS > Distributed Fair Signing System +This repository contains source code for this INSA Rennes project (work in progress). + +Configure workspace +------------------- + +1. Install Go (>=1.5) and configure a Go workspace as [explained here](https://golang.org/doc/code.html#Organization) + +2. Navigate under `$GOPATH/src` and clone this repository + +3. At this point, you will be able to install the DFSS project with a simple command, anywhere from your computer: + +```bash +go install dfss/... +``` + -- GitLab