Update CONTRIBUTING.adoc

This commit is contained in:
James Read 2021-09-01 08:43:24 +01:00 committed by GitHub
parent b5572fa128
commit 61644f3d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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;