Fix typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
221e24ea7a
commit
0000d151d6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ If this is your first install, create a database with:
|
|||
|
||||
If this is your first install, automatically load on login with:
|
||||
cp #{prefix}/org.postgresql.postgres.plist ~/Library/LaunchAgents
|
||||
launchctl load -w ~/Library/LaunchAgents/com.mysql.mysqld.plist
|
||||
launchctl load -w ~/Library/LaunchAgents/com.postgresql.postgres.plist
|
||||
|
||||
If this is an upgrade and you already have the com.mysql.mysqld.plist loaded:
|
||||
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
|
||||
|
|
Loading…
Reference in a new issue