Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop

This commit is contained in:
Denis Gukov 2022-01-24 17:02:16 +05:00
commit 3d6429a107

View File

@ -51,7 +51,7 @@ echo "create database semaphore;" | mysql -uroot -p
```
task compile
go run cli/main.go setup
go run cli/main.go --config ./config.json
go run cli/main.go service --config ./config.json
```
Open [localhost:3000](http://localhost:3000)