Skip to content

Commit

Permalink
Update ctags installation command (#586)
Browse files Browse the repository at this point in the history
Closes #584

The tap universal-ctags is not available anymore and these are the official instructions to install ctags.

Refer: https://github.com/universal-ctags/homebrew-universal-ctags
  • Loading branch information
kamleshkc2002 authored and cpytel committed Mar 30, 2022
1 parent ebbd76e commit 4df6f46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mac
Expand Up @@ -105,11 +105,10 @@ brew update --force # https://github.com/Homebrew/brew/issues/1151
brew bundle --file=- <<EOF
tap "thoughtbot/formulae"
tap "homebrew/services"
tap "universal-ctags/universal-ctags"
tap "heroku/brew"
# Unix
brew "universal-ctags", args: ["HEAD"]
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
brew "git"
brew "openssl"
brew "rcm"
Expand Down

0 comments on commit 4df6f46

Please sign in to comment.