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:
Francesco Paolo Severino 2025-03-18 19:58:27 +01:00 committed by GitHub
parent 7998dd4acc
commit 4d362f391c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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