keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

MacOSx Installation #1105

Open lasko opened 9 years ago

lasko commented 9 years ago

I think it might be helpful for those on MacOSX to have installation instructions that are a bit more clear. e.g. If they have homebrew installed they can use it to install nodejs, and maybe even get keybase put into the homebrew repo.

brew install nodejs brew install gnupg

sr105 commented 9 years ago

OSX instructions

  1. Install homebrew

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  2. Install keybase

    brew install keybase

bobfoster commented 9 years ago

I had to come here to find MacOS X install instructions? This should be on the Installation & Updates page!