X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/af1397436f0a1fd1c8170e3935a13c3ec51ea948..be86e4824fe57c203c8916568527d38314d8423f:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index d8d5206b8..7571cff50 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -69,7 +69,7 @@ For MacOSX, you will need XCode installed from the Mac App Store; OS X 10.7 (Lio Installing PostgreSQL: -* Install Postgres.app from http://postgresapp.com/ +* Install Postgres.app from https://postgresapp.com/ * Add PostgreSQL to your path, by editing your profile: `nano ~/.profile` @@ -80,7 +80,7 @@ and adding: Installing other dependencies: -* Install Homebrew from http://brew.sh/ +* Install Homebrew from https://brew.sh/ * Install the latest version of Ruby: `brew install ruby` * Install ImageMagick: `brew install imagemagick` * Install libxml2: `brew install libxml2 --with-xml2-config`