diff --git a/README.md b/README.md index 64706c9..40d130c 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ This script may not work for all use cases. ```fish set -l _tide_tmp_dir (command mktemp -d) -curl https://codeload.github.com/ilancosman/tide/tar.gz/HEAD | tar -xzC $_tide_tmp_dir -command cp -R $_tide_tmp_dir/tide-HEAD/{completions,conf.d,functions} $__fish_config_dir +curl https://codeload.github.com/ilancosman/tide/tar.gz/v5 | tar -xzC $_tide_tmp_dir +command cp -R $_tide_tmp_dir/*/{completions,conf.d,functions} $__fish_config_dir exec fish --init-command "set -g fish_greeting; emit _tide_init_install" ```