Skip to content

Commit

Permalink
Update install notes & version
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Oct 31, 2022
1 parent 85c4c69 commit 70a890d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
> Sometimes you need to restart your terminal for the link to have effect.
5. Install Composer using anyway you like, suggested is using `brew install composer`.
6. Install Valet+ with Composer using `composer global require weprovide/valet-plus:2.4.0-beta4`.
6. Install Valet+ with Composer using `composer global require weprovide/valet-plus:2.4.0-beta5 --update-with-dependencies`.
7. Add `export PATH="$PATH:$HOME/.composer/vendor/bin"` to `.bash_profile` (for bash) or `.zshrc` (for zsh) depending on
your shell (`echo $SHELL`).
8. Run the `valet install` command. Optionally add `--with-mariadb` to use MariaDB instead of MySQL This will configure and install Valet+ and DnsMasq, and register Valet's daemon to launch when your system starts.
Expand Down
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Container::setInstance(new Container);

// get current version based on git describe and tags
$version = new Version('2.4.0-beta4', __DIR__ . '/../');
$version = new Version('2.4.0-beta5', __DIR__ . '/../');

$app = new Application('Valet+', $version->getVersion());

Expand Down

0 comments on commit 70a890d

Please sign in to comment.