> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/get-started/environment-setup/install-valet.md).

# Install Valet

```bash
composer global require genesisweb/valet-linux-plus
```

no, you need to export Valet use

```bash
PATH="$PATH:$HOME/.composer/vendor/bin"
```

Or use the following

```bash
PATH="$PATH:$HOME/.config/composer/vendor/bin"
```

and now it will be easy to start installing valet

```bash
valet install
```

it will ask you for a password input `12345678`
