Skip to content

Commit

Permalink
brew services doesn't require sudo
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
tstromberg authored Feb 8, 2022
1 parent 718b06d commit 825fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ While Sigstore can use multiple database backends, this tutorial uses MariaDB. O
* Debian|Ubuntu: `sudo mysql_secure_installation`
* Fedora: `sudo systemctl start mariadb && sudo mysql_secure_installation`
* FreeBSD: `sudo sudo service mysql-server start && sudo mysql_secure_installation`
* macOS: `sudo brew services start mariadb && sudo mysql_secure_installation`
* macOS: `brew services start mariadb && sudo mysql_secure_installation`
* OpenBSD: `doas mysql_install_db && doas rcctl start mysqld && doas mysql_secure_installation`

During the secure script, I recommend skipping the password change, but answering "YES" to everything else. Once complete, create the database tables which Trillian will need:
Expand Down

0 comments on commit 825fa91

Please sign in to comment.