-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Morgan Tocker <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,10 @@ The following has been verified to work on __macOS Mojave__. If you are new to V | |
brew install [email protected] automake git curl wget [email protected] etcd | ||
``` | ||
|
||
Add `[email protected]` to your `PATH`: | ||
Add `[email protected]` and `[email protected]` to your `PATH`: | ||
``` | ||
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile | ||
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile | ||
``` | ||
|
||
Do not setup MySQL or etcd to restart at login. | ||
|