mirror of
https://github.com/vapor/toolbox.git
synced 2025-04-19 16:50:44 +08:00
Update installation guide (#475)
* Update installation guide * Update README.md Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com> --------- Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
This commit is contained in:
parent
7998dd4acc
commit
4d362f391c
@ -22,9 +22,9 @@ Vapor Toolbox supports macOS 13.0+ and all Linux distributions that Swift 6.0 su
|
||||
|
||||
### Installation
|
||||
|
||||
#### macOS
|
||||
#### Homebrew
|
||||
|
||||
On macOS, Toolbox is distributed via Homebrew. If you do not have Homebrew yet, visit [brew.sh](https://brew.sh/) for install instructions.
|
||||
On macOS and Linux, the Toolbox is distributed via Homebrew. If you do not have Homebrew yet, visit [brew.sh](https://brew.sh/) for install instructions.
|
||||
|
||||
```sh
|
||||
brew install vapor
|
||||
@ -38,9 +38,9 @@ vapor --help
|
||||
|
||||
You should see a list of available commands.
|
||||
|
||||
#### Linux
|
||||
#### Makefile
|
||||
|
||||
On Linux, you will need to build the Toolbox from source. View the Toolbox's [releases](https://github.com/vapor/toolbox/releases) on GitHub to find the latest version.
|
||||
If you want, you can build the Toolbox from source. View the Toolbox's [releases](https://github.com/vapor/toolbox/releases) on GitHub to find the latest version.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/vapor/toolbox.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user