Commit Graph
15 Commits
Author SHA1 Message Date
EricFromCanada 2427e06340 docs: restore h1 headings for pages with front matter
Plus other fixes for Homebrew-on-Linux.md.
GitHub Pages' jekyll-titles-from-headings sets a page's title to its first Markdown heading.
2020-06-11 14:04:12 -04:00
Mike McQuaidandGitHub 3247f26a34 Merge pull request #7479 from sjackman/requirements
docs/Homebrew-on-Linux.md: Requirements
2020-05-02 14:43:40 +01:00
Mike McQuaid 6123cdb767 Improve Homebrew Portable Ruby messaging
As-of https://github.com/Homebrew/homebrew-portable-ruby/pull/100 we've
removed ARM builds for Portable Ruby due to months of breakage.
Similarly, when we last bumped Portable Ruby the ARM build was much
delayed but, despite Homebrew/brew being completely unusable to anyone
using it on ARM in that case, no-one complained or filed issues.

Instead of attempting to maintain and update a Portable Ruby on niche
(Homebrew) platforms like ARM (or, in past/future PPC) improve the
messaging to provide users with a workaround.

Now we allow only a major/minor version match it should be pretty
doable for those users to install e.g. a prebuilt Ruby binary from a PPA
or built it from source if needed using `ruby-build` and `rbenv`.

The messaging could be improved further but we're somewhat limited by
`ruby.sh` and `vendor-install.sh` being separate. I'm tempted to combine
them (or at least have `vendor-install.sh` not be so generic as to not
be able to give Ruby-specific advice).
2020-05-02 13:53:45 +01:00
Shaun Jackman ab1d03c5b1 docs/Homebrew-on-Linux.md: Requirements
Linux/WSL is redundant.
2020-05-01 15:08:39 -07:00
Mike McQuaid 6e60d3fb59 docs: point to homebrew/install repository.
This saves duplicating the (un)install instructions in multiple places.
2020-04-15 16:16:21 +01:00
Shaun Jackman d6a8ff752f docs/Homebrew-on-Linux.md: Use the bash installer 2020-03-04 12:17:33 -08:00
Issy Long eec8028d4f [Linux] docs: Update sponsors to say GitHub Actions not CircleCI
- We switched from Circle CI to Azure Pipelines, then to GitHub Actions.
- I can't find any directly linkable official GitHub logo assets on
  https://github.com/logos and I don't want to upload an image directly
  to this repo. So, remove the image. If that's acceptable.
2020-02-04 08:49:45 +00:00
Mike McQuaid ce22e8b633 docs/Homebrew-on-Linux: update Twitter. 2019-12-09 15:31:25 +00:00
raimon 90ec6bd500 Update document about Alternative Installation
Symbolic link creation does not depend on current directory
2019-11-28 21:21:44 +09:00
RikudouSageandGitHub ecf8324c82 Fix a typo 2019-10-24 12:48:26 +02:00
Michka Popoff 820ee847ac Homebrew-on-Linux.md: update minimal requirements
These are needed to build patchelf 0.10 with debian wheezy.
2019-05-15 23:28:55 +02:00
Shaun Jackman 4cc4612db9 docs/Homebrew-on-Linux: Fedora 30 needs libxcrypt-compat
portable-ruby requires the library libcrypt.so.1.
On Fedora 30, that file is provided by libxcrypt-compat.
2019-05-13 12:44:44 -07:00
Shaun Jackman deffe8d403 Redirect docs.brew.sh/linux to Homebrew on Linux 2019-04-05 10:14:40 -07:00
Mike McQuaid eef4c18011 docs: add logos.
Add the BrewTestBot and Linuxbrew logos to the relevant pages.
2019-03-23 13:14:31 +00:00
Mike McQuaid 710859e300 Update Linuxbrew references to Homebrew on Linux
This is a clearer branding for us to use.

Also, as part of testing this, make some fixes to Jekyll in the docs folder.

Fixes #5835
2019-03-12 20:13:38 +00:00