1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

adding note to update script

This commit is contained in:
Taylor Otwell
2016-05-10 14:05:04 -05:00
parent fbe5c8b04c
commit 70055c2f39

View File

@@ -5,7 +5,8 @@ rm -rf $HOME/.valet-cli
# Download and unpack the latest Valet release
mkdir $HOME/.valet-cli
wget https://github.com/laravel/valet/archive/master.tar.gz -O $HOME/.valet-cli/valet.tar.gz
echo "Downloading latest release of Valet... ☁️"
wget https://github.com/laravel/valet/archive/master.tar.gz -O $HOME/.valet-cli/valet.tar.gz > /dev/null 2>&1
tar xvzf $HOME/.valet-cli/valet.tar.gz -C $HOME/.valet-cli --strip 1 > /dev/null 2>&1
# Install Valet's Composer dependencies