mirror of https://github.com/vapor/docs.git
724 B
724 B
| currentMenu |
|---|
| getting-started-install-toolbox |
Install Toolbox
Vapor's command line interface provides shortcuts and assistance for commons tasks.
Install
Run the following script to install the Toolbox.
curl -sL toolbox.qutheory.io | bash
Note: You must have the correct version of Swift 3 installed.
Verify
Make sure the Toolbox installed successfully by running the help query. You should see a print out of the available commands. You can run the --help option on any Toolbox command.
vapor --help
Updating
The toolbox can update itself. This may be useful if you experience any issues in the future.
vapor self update