From 4d49a0129119ba864768c46336035861ed322ad1 Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Mon, 12 Jul 2021 13:02:42 +0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23ef07c2..b9da776a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,11 +40,15 @@ task deps ``` Windows users will additionally need to manually install goreleaser from https://github.com/goreleaser/goreleaser/releases - -4) Set up config, database & run +4) If you want to use MySQL (you also can use https://github.com/etcd-io/bbolt, it is not requre manual actions), create database ``` echo "create database semaphore;" | mysql -uroot -p +``` + +5) Set up config & run + +``` task compile go run cli/main.go -setup go run cli/main.go -config ./config.json