mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
9c98241d37
commit
19463ddb4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user