Update CONTRIBUTING.md

This commit is contained in:
Denis Gukov 2021-07-12 13:22:08 +05:00 committed by GitHub
parent 9c98241d37
commit 19463ddb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,13 +40,13 @@ task deps
```
Windows users will additionally need to manually install goreleaser from https://github.com/goreleaser/goreleaser/releases
4) If you want to use MySQL (Semaphore also supports [bbolt](https://github.com/etcd-io/bbolt), it doesn't require additional action), create database
4) Create database if you want to use MySQL (Semaphore also supports [bbolt](https://github.com/etcd-io/bbolt), it doesn't require additional action)
```
echo "create database semaphore;" | mysql -uroot -p
```
5) Set up config & run
5) Compile, set up & run
```
task compile