mirror of https://github.com/vapor/docs.git
Merge pull request #247 from mcritz/master
Add upgrade to getting started
This commit is contained in:
commit
585401215c
|
|
@ -53,6 +53,15 @@ Now that you've added Vapor's tap, you can install Vapor's toolbox and dependenc
|
|||
brew install vapor
|
||||
```
|
||||
|
||||
### Upgrade
|
||||
|
||||
If you've previously installed Vapor upgrades to Homebrew and Vapor may be required to work with the latest versions of macOS, Swift, or the instructions in this guide.
|
||||
|
||||
```sh
|
||||
brew update
|
||||
brew upgrade vapor
|
||||
```
|
||||
|
||||
## Next
|
||||
|
||||
Learn more about the Vapor toolbox CLI in the [Toolbox section](toolbox.md) of the Getting Started section.
|
||||
|
|
|
|||
Loading…
Reference in New Issue