From 61644f3d58bfd4c9b8a87edc6298da0ae4e73d50 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 1 Sep 2021 08:43:24 +0100 Subject: [PATCH] Update CONTRIBUTING.adoc --- CONTRIBUTING.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 3895fd1..97d45d1 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -22,6 +22,18 @@ the general direction and roadmap of this project without asking. The preferred way to communicate is probably via Discord or GitHub issues. +=== Dev environment setup and clean build - Fedora + +``` +dnf install git go protobuf-compiler make -y +git clone https://github.com/OliveTin/OliveTin.git +cd OliveTin +go get +make grpc +make +./OliveTin +``` + === Getting started to contribute; The project layout is reasonably straightforward;