Explorar o código

Update CONTRIBUTING.adoc

James Read %!s(int64=5) %!d(string=hai) anos
pai
achega
61644f3d58
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      CONTRIBUTING.adoc

+ 12 - 0
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. 
 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;
 === Getting started to contribute;
 
 
 The project layout is reasonably straightforward; 
 The project layout is reasonably straightforward;