Skip to content
Snippets Groups Projects
Commit 6d010e11 authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

Update README to add workspace configuration

parent 57481e3c
No related branches found
No related tags found
1 merge request!2Update README to add workspace configuration
......@@ -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/...
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment